d_a_player_main

This commit is contained in:
LagoLunatic
2024-01-03 15:55:56 -05:00
parent a811016a06
commit ea78ea5f5c
26 changed files with 1269 additions and 425 deletions
+3 -3
View File
@@ -4,9 +4,9 @@
#include "dolphin/types.h"
struct counter_class {
u32 mCounter0;
s32 mCounter1;
u32 mTimer;
/* 0x00 */ u32 mCounter0;
/* 0x04 */ s32 mCounter1;
/* 0x08 */ u32 mTimer;
};
extern counter_class g_Counter;