mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-04 11:14:33 +00:00
Few compile time attempts to speed things up Swap include guards for pramga once Change compile options in the cmakeLists for source generate a pch small tweaks
8 lines
No EOL
120 B
C
8 lines
No EOL
120 B
C
#pragma once
|
|
#ifndef _ASSET_CORE_H_
|
|
#define _ASSET_CORE_H_
|
|
#include "assetBase.h"
|
|
|
|
#include "assetDefinition.h"
|
|
|
|
#endif |