Fix minimal dependency for nested entities

This commit is contained in:
Ginger Bill
2016-09-27 18:12:46 +01:00
parent 006741908b
commit f6bbd8a4c2
5 changed files with 66 additions and 93 deletions

View File

@@ -1,5 +1,8 @@
#import "fmt.odin"
#import "game.odin"
main :: proc() {
fmt.println("Hello")
game.run()
}