mirror of
https://github.com/zeldaret/tmc
synced 2026-08-19 13:54:04 -04:00
header overhaul
This commit is contained in:
+13
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user