moved script related functions from functions.h to script.h

This commit is contained in:
Henny022p
2021-02-19 10:33:19 +01:00
parent 39f682b74d
commit b2a0693166
27 changed files with 34 additions and 10 deletions
+1
View File
@@ -3,6 +3,7 @@
#include "flags.h"
#include "functions.h"
#include "room.h"
#include "script.h"
typedef struct {
/*0x00*/ u16 unk0;
+1
View File
@@ -2,6 +2,7 @@
#include "entity.h"
#include "functions.h"
#include "save.h"
#include "script.h"
extern void sub_0807DD64(Entity*);
extern void sub_0807DDE4(Entity*);