diff options
author | Fox Caminiti <fox@foxcam.net> | 2023-01-20 10:10:54 -0500 |
---|---|---|
committer | Fox Caminiti <fox@foxcam.net> | 2023-01-20 10:10:54 -0500 |
commit | 2f164ae23bcd8a857081529189b484a1515f2834 (patch) | |
tree | c7f5b163f7e1585a8fbdb3b8fb7fb012761ae239 /src/effects_software.cpp | |
parent | 1d0d8549411e23394059f420f053cc3ee28dacfb (diff) |
youarelazy
Diffstat (limited to 'src/effects_software.cpp')
-rw-r--r-- | src/effects_software.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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) |