[feat]: initial commit

This commit is contained in:
Kaime Welsh 2026-05-03 02:09:13 -07:00
commit 7b48f34e94
24 changed files with 1354 additions and 0 deletions

19
source/engine/main.odin Normal file
View file

@ -0,0 +1,19 @@
package engine
init :: proc() {
}
update :: proc() {
}
draw :: proc() {
}
unload :: proc() {
}