summaryrefslogtreecommitdiff
path: root/src/paint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/paint.cpp')
-rw-r--r--src/paint.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/paint.cpp b/src/paint.cpp
index f3170e5..9362504 100644
--- a/src/paint.cpp
+++ b/src/paint.cpp
@@ -1,3 +1,7 @@
+#if SPECIAL
+#include "main.h"
+#endif
+
static void
SlidingBrush(pixel_buffer *Buffer, v2i Pos, brush_tool Brush)