mirror of
https://github.com/zeldaret/ss
synced 2026-09-10 03:52:24 -04:00
change everything to use a common types file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
#include <common.h>
|
||||
|
||||
namespace EGG {
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "egg/math/eggQuat.h"
|
||||
#include "egg/math/eggVector.h"
|
||||
#include "types.h"
|
||||
#include <common.h>
|
||||
|
||||
namespace EGG {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "egg/math/eggVector.h"
|
||||
#include "types.h"
|
||||
#include <common.h>
|
||||
|
||||
namespace EGG {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user