rename coord.h to physics.h

This commit is contained in:
theo3
2022-03-28 17:28:17 -07:00
parent 6cf555f074
commit 755571834d
45 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#include "collision.h"
#include "enemy.h"
#include "functions.h"
#include "coord.h"
#include "physics.h"
typedef struct {
/*0x00*/ Entity base;
+1 -1
View File
@@ -10,7 +10,7 @@
#include "enemy.h"
#include "functions.h"
#include "area.h"
#include "coord.h"
#include "physics.h"
typedef struct {
/*0x00*/ Entity base;
+1 -1
View File
@@ -8,7 +8,7 @@
#include "entity.h"
#include "enemy.h"
#include "message.h"
#include "coord.h"
#include "physics.h"
#include "functions.h"
void sub_08045A00(Entity*);