1 2 3 4 5 6 7 8
#ifndef GET_CURRENT_MS_H #define GET_CURRENT_MS_H #include "ultra64.h" u32 GetCurrentMilliseconds(void); #endif