Torque3D/Engine/source/assets/core.h
marauder2k7 68e762130d Compilation changes
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
2026-06-04 20:42:09 +01:00

8 lines
No EOL
120 B
C

#pragma once
#ifndef _ASSET_CORE_H_
#define _ASSET_CORE_H_
#include "assetBase.h"
#include "assetDefinition.h"
#endif