diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-12-20 02:02:33 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-12-20 10:31:02 -0800 |
| commit | 6cff332e57b5cc723d9243c2d4667be7c7ca0273 (patch) | |
| tree | abfb5dfbbf116cef3f6776df3e242fe37ee0fc8e /include/object.h | |
| parent | 0d5eae8696a70323c0712233913d73ee67823ca4 (diff) | |
header overhaul
Diffstat (limited to 'include/object.h')
| -rw-r--r-- | include/object.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/object.h b/include/object.h index 1a219e09..20515a6e 100644 --- a/include/object.h +++ b/include/object.h @@ -2,7 +2,24 @@ #define OBJECT_H #include "global.h" +#include "asm.h" +#include "utils.h" + +#include "audio.h" +#include "flags.h" +#include "effects.h" +#include "room.h" +#include "coord.h" + #include "entity.h" +#include "player.h" + +extern void sub_0807879C(Entity*); +extern void sub_080787C0(Entity*); +extern void sub_080787B4(Entity*); +extern void sub_0808C650(Entity*, u32); +extern u32 sub_0808C67C(void); +extern void sub_0808C688(void); typedef enum { GROUND_ITEM, |
