d_a_obj_tribox_static

This commit is contained in:
Jcw87
2023-12-15 00:38:38 -08:00
parent af28c5dfa1
commit ab67d9dd2b
3 changed files with 25 additions and 6 deletions
+10 -1
View File
@@ -78,7 +78,16 @@ namespace daObjTribox {
void execute_correct();
BOOL _execute();
BOOL _draw();
static void reset();
static cXyz M_sound_pos;
static int M_correct_cnt;
static bool M_correct_flag;
static int M_b_cont_cnt;
static int M_c_cont_cnt;
static u8 M_sink_start;
public:
/* Place member variables here */
};