mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Fix erroneous include guards
This commit is contained in:
parent
33a0579735
commit
3574ef838b
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
#ifndef _TURRETSHAPE_H_
|
#ifndef _TURRETSHAPE_H_
|
||||||
#define _TURRETSHAPE_H_
|
#define _TURRETSHAPE_H_
|
||||||
|
|
||||||
#ifndef _SHAPEBASE_H_
|
#ifndef _ITEM_H_
|
||||||
#include "T3D/item.h"
|
#include "T3D/item.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
#ifndef _TSFORESTCELLBATCH_H_
|
#ifndef _TSFORESTCELLBATCH_H_
|
||||||
#define _TSFORESTCELLBATCH_H_
|
#define _TSFORESTCELLBATCH_H_
|
||||||
|
|
||||||
#ifndef _FORESTCELLBATCH_H_
|
#ifndef _IMPOSTERRENDERMGR_H_
|
||||||
#include "renderInstance/renderImposterMgr.h"
|
#include "renderInstance/renderImposterMgr.h"
|
||||||
#endif
|
#endif
|
||||||
#ifndef _FORESTCELLBATCH_H_
|
#ifndef _FORESTCELLBATCH_H_
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue