From 2f164ae23bcd8a857081529189b484a1515f2834 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Fri, 20 Jan 2023 10:10:54 -0500 Subject: youarelazy --- src/effects_software.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/effects_software.cpp') diff --git a/src/effects_software.cpp b/src/effects_software.cpp index 2fde6b9..a5c0296 100644 --- a/src/effects_software.cpp +++ b/src/effects_software.cpp @@ -1,3 +1,7 @@ +#if SPECIAL +#include "main.h" +#endif + static void Effect_Software_DrawColor(int Width, int Height, int BytesPerPixel, void *EffectBitmapAddress, v4 Color, blend_mode BlendMode) -- cgit v1.2.3