2
0

core.h 173 B

123456789101112
  1. #ifndef _ASSET_CORE_H_
  2. #define _ASSET_CORE_H_
  3. #ifndef _ASSET_BASE_H_
  4. #include "assetBase.h"
  5. #endif
  6. #ifndef _ASSET_DEFINITION_H_
  7. #include "assetDefinition.h"
  8. #endif
  9. #endif