Additional win32 bindings.

This commit is contained in:
Josh Engler
2021-10-05 19:09:20 -04:00
parent 58e3f779f2
commit 15594706c9
4 changed files with 74 additions and 1 deletions
+2
View File
@@ -6,5 +6,7 @@ foreign import "system:winmm.lib"
@(default_calling_convention = "std")
foreign winmm {
@(link_name="timeBeginPeriod") time_begin_period :: proc(period: u32) -> u32 ---
@(link_name="timeGetTime") time_get_time :: proc() -> u32 ---
}