diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-08-05 10:58:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-05 10:58:09 -0400 |
| commit | 94b300b0d0e228dc38dcb08ca160334fa2ba128f (patch) | |
| tree | c818f04c5948982e0c3932cb04fe4c4575fb9889 /include/m_actor.h | |
| parent | 5b54707958ca7fe5455436cf732cdf034232cd50 (diff) | |
`m_actor_dlftbls.c` (#32)
* start
* match the file
* actor_dlftbls_num
* script to extract the actor table
* bootstrap actor table
* ActorId enum
* migrate actor table
* reorganize overlays in subfolders
* Fix Player
* migrate bss
* cleanup and format
* ActorProfile
* Move player_actor to actors folder
* RomOffset
* ACTOR_ID_MAX
Diffstat (limited to 'include/m_actor.h')
| -rw-r--r-- | include/m_actor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_actor.h b/include/m_actor.h index e1a1e25..6f53ec2 100644 --- a/include/m_actor.h +++ b/include/m_actor.h @@ -3,6 +3,10 @@ #include "ultra64.h" +typedef enum AllocType { + /* 0 */ ALLOCTYPE_NORMAL +} AllocType; + // void func_80056380_jp(); // void projection_pos_set(); // void Actor_world_to_eye(); |
