diff options
author | nathan <nathansmith@disroot.org> | 2025-07-06 17:11:56 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-06 17:11:56 +0000 |
commit | 255c938a77f8a73229b1867aadd10f3bf9c44f2e (patch) | |
tree | 7972e9a81d5e1a221bb160c7d82397c80b07fac7 /src/game.h | |
parent | b00544e8f0e77c149d44dca3ab81d97a07fcea3f (diff) | |
download | FindThings-255c938a77f8a73229b1867aadd10f3bf9c44f2e.tar.gz FindThings-255c938a77f8a73229b1867aadd10f3bf9c44f2e.tar.bz2 FindThings-255c938a77f8a73229b1867aadd10f3bf9c44f2e.zip |
Playing around with world generating a bit
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -19,9 +19,6 @@ struct Game { Assets assets; Player player; World world; - - // For testing only. - Entity entities[2]; }; void initGame(Game* game); |