diff options
Diffstat (limited to 'code')
| -rw-r--r-- | code/demo.odin | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/code/demo.odin b/code/demo.odin index 17d3bf52a..ff80f434d 100644 --- a/code/demo.odin +++ b/code/demo.odin @@ -5,12 +5,5 @@ #import "game.odin" main :: proc() { - Vector3 :: struct { - x, y, z: f32 - } - Entity :: struct { - guid: u64 - position: Vector3 - } - + fmt.println("Hellope") } |