mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-04 02:49:38 -04:00
move actors code in actors folder and rename thing related to actor (#584)
* Move actors into their folders * Renamings and documentation
This commit is contained in:
+5
-5
@@ -117,11 +117,11 @@ s16 func_8000DBAC(Vec3f, s16*, f32);
|
||||
void set_bomb_kart_spawn_positions(void);
|
||||
void func_8000DF8C(s32);
|
||||
|
||||
s32 func_8000ED14(s32, s16);
|
||||
s32 func_8000ED80(s32);
|
||||
s32 func_8000EDC8(s32);
|
||||
s32 func_8000EE10(s32);
|
||||
void func_8000EE58(s32);
|
||||
s32 add_actor_in_unexpired_actor_list(s32, s16);
|
||||
s32 add_red_shell_in_unexpired_actor_list(s32);
|
||||
s32 add_green_shell_in_unexpired_actor_list(s32);
|
||||
s32 add_blue_shell_in_unexpired_actor_list(s32);
|
||||
void delete_actor_in_unexpired_actor_list(s32);
|
||||
void func_8000EEDC(void);
|
||||
void generate_player_smoke(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user