Begin "Everything's a namespace"

This commit is contained in:
Ginger Bill
2016-08-30 00:04:14 +01:00
parent 593563d8ea
commit 0eaf7bd830
15 changed files with 579 additions and 204 deletions
+1 -1
View File
@@ -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;