header overhaul

This commit is contained in:
theo3
2021-12-20 02:02:33 -08:00
parent 0d5eae8696
commit 6cff332e57
233 changed files with 692 additions and 943 deletions
+13 -3
View File
@@ -2,8 +2,21 @@
#define ENEMY_H
#include "global.h"
#include "asm.h"
#include "audio.h"
#include "effects.h"
#include "flags.h"
#include "utils.h"
#include "entity.h"
extern u32 GetNextFunction(Entity*);
extern void EnemyFunctionHandler(Entity*, void (*const func[])(Entity*));
extern void sub_08001324(Entity*);
extern Entity* sub_0804A9FC(Entity*, u32);
typedef enum {
/*0x00*/ OCTOROK,
/*0x01*/ CHUCHU,
@@ -213,7 +226,4 @@ extern void Enemy64(Entity*);
extern void TreeItem(Entity*);
extern void Enemy66(Entity*);
extern u32 GetNextFunction(Entity*);
extern void EnemyFunctionHandler(Entity*, void (*const func[])(Entity*));
extern void sub_08001324(Entity*);
#endif