mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
Begin "Everything's a namespace"
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ LPARAM :: type int;
|
||||
LRESULT :: type int;
|
||||
ATOM :: type i16;
|
||||
BOOL :: type i32;
|
||||
POINT :: type struct { x, y: i32 };
|
||||
POINT :: type struct { x, y: i32; };
|
||||
|
||||
INVALID_HANDLE_VALUE :: (-1 as int) as HANDLE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user