#ifndef GET_CURRENT_MS_H #define GET_CURRENT_MS_H #include "ultra64.h" u32 GetCurrentMilliseconds(void); #endif