mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
foreign_library allow for Pascal-style grouping
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
#foreign_system_library "opengl32.lib" when ODIN_OS == "windows";
|
||||
foreign_system_library "opengl32.lib" when ODIN_OS == "windows";
|
||||
import . "windows.odin";
|
||||
|
||||
const CONTEXT_MAJOR_VERSION_ARB = 0x2091;
|
||||
|
||||
Reference in New Issue
Block a user