mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-23 06:43:55 +08:00
* snpe 1.41.0 * cleanup * unignored * where is my symphony * add snpe/dsp to release files Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
14 lines
371 B
C++
14 lines
371 B
C++
//=============================================================================
|
|
//
|
|
// Copyright (c) 2015, 2020 Qualcomm Technologies, Inc.
|
|
// All Rights Reserved.
|
|
// Confidential and Proprietary - Qualcomm Technologies, Inc.
|
|
//
|
|
//=============================================================================
|
|
|
|
#pragma once
|
|
|
|
#ifndef ZDL_EXPORT
|
|
#define ZDL_EXPORT
|
|
#endif
|