Fixing bugs, prepending all names with context name

This commit is contained in:
Krzosa Karol
2022-06-13 18:07:17 +02:00
parent f9487a2c24
commit 955167ce18
8 changed files with 68 additions and 37 deletions

12
base.kl Normal file
View File

@@ -0,0 +1,12 @@
#import "Windows.kl"
OS_Memory :: struct
commit : U64
reserve: U64
data : *U8
Arena :: struct
memory: OS_Memory
alignment: U64
len: U64