Torque3D/Engine/source/assets/core.h
Areloch 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems.
Only has example and shape assets currently.
2015-10-13 15:19:36 -05:00

12 lines
173 B
C

#ifndef _ASSET_CORE_H_
#define _ASSET_CORE_H_
#ifndef _ASSET_BASE_H_
#include "assetBase.h"
#endif
#ifndef _ASSET_DEFINITION_H_
#include "assetDefinition.h"
#endif
#endif