diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2024-04-16 20:31:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-16 12:31:29 -0700 |
| commit | e6ea51bc3dcf69310c5dcdae5b812dc74e628aaf (patch) | |
| tree | 406fc1756035e49f5c5252058b949ba5809e9833 /include/m_actor.h | |
| parent | 7f426967efd07046bfbe791ed4e64808ae5a26e2 (diff) | |
ac_Fuusen OK and documented (#174)
* ac_Fuusen OK and documented
* add struct offsets
* use null post merge
* fix sym stuff
* suggestions
* act_balloon extracted
* remove fake symbol
* name object enum
* include assets
* fgname enum/macro
Diffstat (limited to 'include/m_actor.h')
| -rw-r--r-- | include/m_actor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_actor.h b/include/m_actor.h index bb52865..0096964 100644 --- a/include/m_actor.h +++ b/include/m_actor.h @@ -6,6 +6,7 @@ #include "m_collision_bg.h" #include "z64math.h" #include "unk.h" +#include "m_collision_bg.h" struct Actor; struct Game_Play; |
