Merge branch 'master' into tga_tests

This commit is contained in:
Jeroen van Rijn
2022-09-10 20:22:49 +02:00
+1
View File
@@ -7,4 +7,5 @@ foreign import winmm "system:Winmm.lib"
foreign winmm {
timeBeginPeriod :: proc(uPeriod: UINT) -> MMRESULT ---
timeEndPeriod :: proc(uPeriod: UINT) -> MMRESULT ---
timeGetTime :: proc() -> DWORD ---
}