summaryrefslogtreecommitdiff
path: root/include/getcurrentms.h
blob: 84782ccdf32b1b7189bc7f73531cbf89580b3a12 (plain)
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