mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
initial commit
This commit is contained in:
10
lib/mxtimer.h
Normal file
10
lib/mxtimer.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef MXTIMER_H
|
||||
#define MXTIMER_H
|
||||
|
||||
class MxTimer
|
||||
{
|
||||
public:
|
||||
__declspec(dllexport) long GetRealTime();
|
||||
};
|
||||
|
||||
#endif // MXTIMER_H
|
Reference in New Issue
Block a user