File naming convention change

This commit is contained in:
Krzosa Karol
2022-09-30 16:20:28 +02:00
parent b1d05bc203
commit 233115cf2c
21 changed files with 28 additions and 36 deletions

View File

@@ -13,8 +13,8 @@ The language is currently **very debuggable**. It can produce readable C code wi
// Virtual memory abstraction using Windows API
//
#import "kernel32.kl"
#import "base.kl"
#import "KERNEL32.core"
#import "Base.core"
PAGE_SIZE :: 4096
Memory :: struct