mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 12:44:46 +00:00
12 lines
173 B
C
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 |