[feat]: initial commit
This commit is contained in:
commit
7b48f34e94
24 changed files with 1354 additions and 0 deletions
19
source/engine/main.odin
Normal file
19
source/engine/main.odin
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
package engine
|
||||
|
||||
init :: proc() {
|
||||
|
||||
}
|
||||
|
||||
update :: proc() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
draw :: proc() {
|
||||
|
||||
}
|
||||
|
||||
unload :: proc() {
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue