/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */ #ifndef SE_INCL_STOCK_CSOUNDDATA_H #define SE_INCL_STOCK_CSOUNDDATA_H #ifdef PRAGMA_ONCE #pragma once #endif #include #define TYPE CSoundData #define CStock_TYPE CStock_CSoundData #define CNameTable_TYPE CNameTable_CSoundData #define CNameTableSlot_TYPE CNameTableSlot_CSoundData #include #include #undef CStock_TYPE #undef CNameTableSlot_TYPE #undef CNameTable_TYPE #undef TYPE ENGINE_API extern CStock_CSoundData *_pSoundStock; #endif /* include-once check. */