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
@@ -5,7 +5,7 @@
#include "global.h"
#include "entity.h"
#include "manager.h"
#include "coord.h"
#include "physics.h"
#include "player.h"
#include "room.h"
#include "structures.h"
+1 -1
View File
@@ -9,7 +9,7 @@
#include "effects.h"
#include "room.h"
#include "flags.h"
#include "coord.h"
#include "physics.h"
#include "message.h"
#include "script.h"
#include "save.h"
+1 -1
View File
@@ -9,7 +9,7 @@
#include "flags.h"
#include "effects.h"
#include "room.h"
#include "coord.h"
#include "physics.h"
#include "entity.h"
#include "player.h"