summaryrefslogtreecommitdiff
path: root/includes/defines.h
diff options
context:
space:
mode:
authorCracker64 <cracker642@gmail.com>2010-11-30 19:43:42 (GMT)
committer Cracker64 <cracker642@gmail.com>2010-11-30 19:43:42 (GMT)
commit491016eaf4b5f3065c43c0a142a0a0ebc2c3de63 (patch)
treec037a08df7314ead03baabd3b458de903280406f /includes/defines.h
parentbb16ffa2bbef12d8a8b1c151b3d987e272420675 (diff)
downloadpowder-491016eaf4b5f3065c43c0a142a0a0ebc2c3de63.zip
powder-491016eaf4b5f3065c43c0a142a0a0ebc2c3de63.tar.gz
Fixed love crash on mac, added adjustable grid mode, hit 'g', goes up to 9.
Diffstat (limited to 'includes/defines.h')
-rw-r--r--includes/defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/defines.h b/includes/defines.h
index 10f210d..cc7fcf3 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -131,6 +131,7 @@ int SEC;
int SEC2;
int REPLACE_MODE;
int CURRENT_BRUSH;
+int GRID_MODE;
extern sign signs[MAXSIGNS];
extern stamp stamps[STAMP_MAX];
extern int stamp_count;