summaryrefslogtreecommitdiff
path: root/includes/defines.h
diff options
context:
space:
mode:
authorPhilip <philip@philip-linuxlaptop.(none)>2010-11-19 04:27:24 (GMT)
committer Philip <philip@philip-linuxlaptop.(none)>2010-11-19 04:27:24 (GMT)
commit435f71c7814cf9d4c55168852caf21ac80674490 (patch)
treecee001bacce34a5dfc7258d658559e9d31411534 /includes/defines.h
parent5e56850682e033a202f633319c08965b0ed1ac69 (diff)
downloadpowder-435f71c7814cf9d4c55168852caf21ac80674490.zip
powder-435f71c7814cf9d4c55168852caf21ac80674490.tar.gz
Added FRZZ FRZW GRAV. add square brush, hit tab to switch between the two. pipe ctype saves.
Diffstat (limited to 'includes/defines.h')
-rw-r--r--includes/defines.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/defines.h b/includes/defines.h
index e7b9be1..56c9707 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -58,6 +58,10 @@ extern unsigned char ZSIZE;
#define NGOL 13
+#define CIRCLE_BRUSH 0
+#define SQUARE_BRUSH 1
+#define BRUSH_NUM 2
+
#ifdef PIX16
typedef unsigned short pixel;
#else
@@ -116,6 +120,7 @@ int gol2[XRES][YRES][NGOL];
int SEC;
int SEC2;
int REPLACE_MODE;
+int CURRENT_BRUSH;
extern sign signs[MAXSIGNS];
extern stamp stamps[STAMP_MAX];
extern int stamp_count;