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
@@ -3,7 +3,7 @@
#include "player.h"
#include "asm.h"
#include "room.h"
#include "coord.h"
#include "physics.h"
void Object17_Init(Entity*);
void Object17_Action1(Entity*);