mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 19:00:06 +00:00
Begin work on modules - No codegen!!!
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
#load "runtime.odin"
|
||||
#load "win32.odin"
|
||||
#load "file.odin"
|
||||
#import "runtime.odin"
|
||||
#import "win32.odin"
|
||||
#import "file.odin"
|
||||
|
||||
print_byte_buffer :: proc(buf: ^[]byte, b: []byte) {
|
||||
if buf.count < buf.capacity {
|
||||
|
||||
Reference in New Issue
Block a user