change everything to use a common types file

This commit is contained in:
Elijah Thomas
2023-12-24 09:59:13 -05:00
parent d8362c1004
commit e32db6f07a
213 changed files with 3516 additions and 3277 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#pragma once
#include "types.h"
#include <common.h>
namespace EGG {
+1 -1
View File
@@ -2,7 +2,7 @@
#include "egg/math/eggQuat.h"
#include "egg/math/eggVector.h"
#include "types.h"
#include <common.h>
namespace EGG {
+1 -1
View File
@@ -1,7 +1,7 @@
#pragma once
#include "egg/math/eggVector.h"
#include "types.h"
#include <common.h>
namespace EGG {
+1 -1
View File
@@ -3,7 +3,7 @@
#include "MSL_C/float.h"
#include "egg/math/eggMath.h"
#include "nw4r/math/vec.h"
#include "types.h"
#include <common.h>
namespace EGG {