mirror of
https://github.com/zeldaret/tmc
synced 2026-08-15 12:59:16 -04:00
rename coord.h to physics.h
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "screen.h"
|
||||
#include "room.h"
|
||||
#include "flags.h"
|
||||
#include "coord.h"
|
||||
#include "physics.h"
|
||||
#include "main.h"
|
||||
|
||||
typedef struct {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user