mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
d_a_player_main
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user