Correct vulkan headers

This commit is contained in:
gingerBill
2021-10-20 15:02:38 +01:00
parent d0d9a3a4f4
commit e8c602b98f
4 changed files with 10 additions and 0 deletions
+2
View File
@@ -3,6 +3,8 @@
//
package vulkan
import "core:c"
when ODIN_OS == "windows" {
import win32 "core:sys/windows"