aboutsummaryrefslogtreecommitdiff
path: root/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'world.h')
-rw-r--r--world.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/world.h b/world.h
index fdc19c9..8494509 100644
--- a/world.h
+++ b/world.h
@@ -28,6 +28,7 @@ struct World {
Map map;
int cam_x, cam_y;
+ int gmemory, oom;
};
void init_world(World* world);