isle-portable/lib/mxtimer.h

11 lines
129 B
C
Raw Normal View History

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