Add more sdl3 files

This commit is contained in:
gingerBill
2025-02-04 15:34:52 +00:00
parent 72f69d1bac
commit 16dce5b85d
6 changed files with 347 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package sdl3
@(default_calling_convention="c", link_prefix="SDL_", require_results)
foreign lib {
GetPlatform :: proc() -> cstring ---
}