aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-07-06 17:11:56 +0000
committernathan <nathansmith@disroot.org>2025-07-06 17:11:56 +0000
commit255c938a77f8a73229b1867aadd10f3bf9c44f2e (patch)
tree7972e9a81d5e1a221bb160c7d82397c80b07fac7 /src/game.h
parentb00544e8f0e77c149d44dca3ab81d97a07fcea3f (diff)
downloadFindThings-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game.h b/src/game.h
index ab162ad..ddfdbd5 100644
--- a/src/game.h
+++ b/src/game.h
@@ -19,9 +19,6 @@ struct Game {
Assets assets;
Player player;
World world;
-
- // For testing only.
- Entity entities[2];
};
void initGame(Game* game);