mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
10 lines
129 B
C++
10 lines
129 B
C++
#ifndef MXTIMER_H
|
|
#define MXTIMER_H
|
|
|
|
class MxTimer
|
|
{
|
|
public:
|
|
__declspec(dllexport) long GetRealTime();
|
|
};
|
|
|
|
#endif // MXTIMER_H
|