1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-05-10 21:00:46 -04:00
isle/lib/mxtimer.h
2023-04-27 19:19:39 -07:00

10 lines
129 B
C++

#ifndef MXTIMER_H
#define MXTIMER_H
class MxTimer
{
public:
__declspec(dllexport) long GetRealTime();
};
#endif // MXTIMER_H