core.h
Detailed Description
1 2#ifndef _ASSET_CORE_H_ 3#define _ASSET_CORE_H_ 4 5#ifndef _ASSET_BASE_H_ 6#include "assetBase.h" 7#endif 8 9#ifndef _ASSET_DEFINITION_H_ 10#include "assetDefinition.h" 11#endif 12 13#endif 14
1 2#ifndef _ASSET_CORE_H_ 3#define _ASSET_CORE_H_ 4 5#ifndef _ASSET_BASE_H_ 6#include "assetBase.h" 7#endif 8 9#ifndef _ASSET_DEFINITION_H_ 10#include "assetDefinition.h" 11#endif 12 13#endif 14