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 "screen.h"
#include "room.h"
#include "flags.h"
#include "coord.h"
#include "physics.h"
#include "main.h"
typedef struct {
+1 -1
View File
@@ -5,7 +5,7 @@
#include "screen.h"
#include "player.h"
#include "room.h"
#include "coord.h"
#include "physics.h"
#include "functions.h"
#include "common.h"
#include "game.h"
+1 -1
View File
@@ -5,7 +5,7 @@
#include "structures.h"
#include "room.h"
#include "screen.h"
#include "coord.h"
#include "physics.h"
#include "functions.h"
#include "save.h"
#include "area.h"