mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-30 02:55:55 -05:00
7 lines
103 B
C++
7 lines
103 B
C++
|
#include <WINDOWS.H>
|
||
|
|
||
|
extern "C" __declspec(dllexport) DWORD rbldGetTime()
|
||
|
{
|
||
|
return timeGetTime();
|
||
|
}
|