NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
OSTime.h
1#pragma once
2
3#include <types.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9s64 OSGetTime(void);
10u32 OSGetTick(void);
11
12#ifdef __cplusplus
13}
14#endif