Procházet zdrojové kódy

add PhysicsTypes to headers

mikymod před 12 roky
rodič
revize
d592de58d0

+ 1 - 0
engine/compilers/unit/UnitCompiler.cpp

@@ -32,6 +32,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 #include "UnitCompiler.h"
 #include "UnitCompiler.h"
 #include "TempAllocator.h"
 #include "TempAllocator.h"
 #include "Log.h"
 #include "Log.h"
+#include "PhysicsTypes.h"
 
 
 namespace crown
 namespace crown
 {
 {

+ 1 - 0
engine/resource/UnitResource.h

@@ -31,6 +31,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 #include "Bundle.h"
 #include "Bundle.h"
 #include "Allocator.h"
 #include "Allocator.h"
 #include "File.h"
 #include "File.h"
+#include "PhysicsTypes.h"
 
 
 namespace crown
 namespace crown
 {
 {