From 2f164ae23bcd8a857081529189b484a1515f2834 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Fri, 20 Jan 2023 10:10:54 -0500 Subject: youarelazy --- src/nanovg.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/nanovg.cpp') diff --git a/src/nanovg.cpp b/src/nanovg.cpp index 22d8621..b7b426f 100644 --- a/src/nanovg.cpp +++ b/src/nanovg.cpp @@ -1,3 +1,7 @@ +#if SPECIAL +#include "main.h" +#endif + // nanovg code adapted by me for my data structures, I'm primarily using the // functions related to shape/path triangulation. -- cgit v1.2.3