mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 23:54:35 +00:00
Updates the include guard in ShapeAsset
This commit is contained in:
parent
827e70d674
commit
b4bc405dce
1 changed files with 3 additions and 3 deletions
|
|
@ -19,8 +19,8 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
// IN THE SOFTWARE.
|
// IN THE SOFTWARE.
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
#ifndef _SHAPE_ASSET_H_
|
#ifndef SHAPE_ASSET_H
|
||||||
#define _SHAPE_ASSET_H_
|
#define SHAPE_ASSET_H
|
||||||
|
|
||||||
#ifndef _ASSET_BASE_H_
|
#ifndef _ASSET_BASE_H_
|
||||||
#include "assets/assetBase.h"
|
#include "assets/assetBase.h"
|
||||||
|
|
@ -84,5 +84,5 @@ protected:
|
||||||
|
|
||||||
DefineConsoleType(TypeShapeAssetPtr, ShapeAsset)
|
DefineConsoleType(TypeShapeAssetPtr, ShapeAsset)
|
||||||
|
|
||||||
#endif // _ASSET_BASE_H_
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue