Torque3D/Engine/source/assets/core.h

12 lines
173 B
C
Raw Normal View History

#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