mirror of https://github.com/zeldaret/tmc.git
Tidy includes
This commit is contained in:
parent
4a01f2f7d7
commit
cbb3beaa45
|
@ -1,6 +1,5 @@
|
|||
#define NENT_DEPRECATED
|
||||
#include "global.h"
|
||||
#include "entity.h"
|
||||
#include "room.h"
|
||||
|
||||
extern void MemFill32(u32, void*, u32);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#define NENT_DEPRECATED
|
||||
#include "asm.h"
|
||||
#include "global.h"
|
||||
#include "entity.h"
|
||||
#include "functions.h"
|
||||
#include "map.h"
|
||||
#include "player.h"
|
||||
#include "room.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue