Implement & link ac_fuusen

This commit is contained in:
Cuyler36
2023-12-11 02:41:03 -05:00
parent 6373168c48
commit eb91519829
8 changed files with 649 additions and 4 deletions
+1 -2
View File
@@ -15,8 +15,7 @@ struct debug_display_s{
Debug_display* next;
};
extern void Debug_Display_init();
extern Debug_display* Debug_Display_new(f32 posX, f32 posY, f32 posZ, f32 scaleX, f32 scaleY, f32 scaleZ,
s16 rotX, s16 rotY, s16 rotZ, s8 r, s8 g, s8 b, s8 alpha, s16 type, GRAPH* graph);
extern Debug_display* Debug_Display_new(f32 posX, f32 posY, f32 posZ, f32 scaleX, f32 scaleY, f32 scaleZ, s16 rotX, s16 rotY, s16 rotZ, u8 r, u8 g, u8 b, u8 alpha, s16 type, GRAPH* graph);
extern void Debug_Display_output(GAME_PLAY* play);