isle-portable/LEGO1/mxtimer.h
2023-05-05 02:54:17 -07:00

10 lines
129 B
C++

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