mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Initial Implementation of the Taml, Asset and Modules systems.
Only has example and shape assets currently.
This commit is contained in:
parent
2044b2691e
commit
7a3b40a86d
123 changed files with 30435 additions and 181 deletions
12
Engine/source/assets/core.h
Normal file
12
Engine/source/assets/core.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue