mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 06:05:00 -07:00
v0.0.4 - odin build_dll, atomic.odin, sync.odin
This commit is contained in:
+1
-1
@@ -1,5 +1,6 @@
|
||||
#import "win32.odin"
|
||||
#import "fmt.odin"
|
||||
#import "sync.odin"
|
||||
|
||||
Dll :: struct {
|
||||
Handle :: type rawptr
|
||||
@@ -50,6 +51,5 @@ main :: proc() {
|
||||
}
|
||||
|
||||
some_thing := (proc_addr as proc())
|
||||
fmt.println(some_thing)
|
||||
some_thing()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user