diff options
author | quou <quou@disroot.org> | 2023-05-06 15:50:31 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-06 15:50:31 +1000 |
commit | ec51d32ea0a30c138e690f637f38d83c086e02b9 (patch) | |
tree | 95570a567cc34ef5255a845391178d8649cd56a4 /world.h | |
parent | 9e28af25b8fb5c9474ccbec2bd4dff26f1871075 (diff) |
Add the main mechanic.
Diffstat (limited to 'world.h')
-rw-r--r-- | world.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ struct World { Map map; int cam_x, cam_y; + int gmemory, oom; }; void init_world(World* world); |