mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-20 20:54:59 -07:00
@@ -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 ---
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user