mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 00:16:47 +00:00
VarDecl and ConstDecl split; error, warning, et al. now global
This commit is contained in:
+1
-2
@@ -2,7 +2,6 @@
|
||||
|
||||
main :: proc() {
|
||||
init :: proc(c: ^pn.Core) {
|
||||
|
||||
}
|
||||
|
||||
step :: proc(c: ^pn.Core) {
|
||||
@@ -11,5 +10,5 @@ main :: proc() {
|
||||
}
|
||||
}
|
||||
|
||||
// pn.run(init, step)
|
||||
pn.run(init, step)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user