NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
c_counter.hpp
1#pragma once
2
3#include <types.h>
4
5class cCounter_c {
6public:
7 static void clear();
8
9 static u32 m_exeFrame;
10 static u32 m_gameFrame;
11};