mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 05:31:51 -04:00
be86fa2c2f
* func_8002BFA0_jp OK * rename * format * PR
9 lines
115 B
C
9 lines
115 B
C
#ifndef GET_CURRENT_MS_H
|
|
#define GET_CURRENT_MS_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
u32 GetCurrentMilliseconds(void);
|
|
|
|
#endif
|