mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Fix minimal dependency for nested entities
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#import "fmt.odin"
|
||||
#import "game.odin"
|
||||
|
||||
main :: proc() {
|
||||
fmt.println("Hello")
|
||||
game.run()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user