summaryrefslogtreecommitdiff
path: root/includes/defines.h
diff options
context:
space:
mode:
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;