1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-05-18 00:32:08 -04:00
isle/lib/mxtimer.h

11 lines
129 B
C
Raw Normal View History

2023-04-27 19:19:39 -07:00
#ifndef MXTIMER_H
#define MXTIMER_H
class MxTimer
{
public:
__declspec(dllexport) long GetRealTime();
};
#endif // MXTIMER_H