Tidy includes

This commit is contained in:
Elliptic Ellipsis 2022-03-20 15:47:11 +00:00
parent 4a01f2f7d7
commit cbb3beaa45
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
#define NENT_DEPRECATED
#include "global.h"
#include "entity.h"
#include "room.h"
extern void MemFill32(u32, void*, u32);

View File

@ -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"