mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-05-13 01:06:25 +00:00
Fix include directives
includes now dont go into sub folders for the most part
This commit is contained in:
parent
7367914923
commit
6da3caf88a
7 changed files with 12 additions and 12 deletions
|
|
@ -34,11 +34,11 @@
|
|||
#include "collision/vertexPolyList.h"
|
||||
#include "platform/profiler.h"
|
||||
|
||||
#include "opcode/Opcode.h"
|
||||
#include "opcode/Ice/IceAABB.h"
|
||||
#include "opcode/Ice/IcePoint.h"
|
||||
#include "opcode/OPC_AABBTree.h"
|
||||
#include "opcode/OPC_AABBCollider.h"
|
||||
#include "Opcode.h"
|
||||
#include "Ice/IceAABB.h"
|
||||
#include "Ice/IcePoint.h"
|
||||
#include "OPC_AABBTree.h"
|
||||
#include "OPC_AABBCollider.h"
|
||||
|
||||
static bool gOpcodeInitialized = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue