From 2f164ae23bcd8a857081529189b484a1515f2834 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Fri, 20 Jan 2023 10:10:54 -0500 Subject: youarelazy --- src/paint.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/paint.cpp') 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) -- cgit v1.2.3