From bdb6a983a84995c144e7452cb4052de2b649577c Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Thu, 10 Dec 2020 10:20:50 -0500 Subject: fix windows build; add #version to shaders --- main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 52d547a..08cbfd7 100644 --- a/main.cpp +++ b/main.cpp @@ -2,9 +2,6 @@ #define AUTO_RELOAD_CODE 0 #endif -#ifdef _WIN32 -#include -#endif #include "gui.hpp" #if AUTO_RELOAD_CODE typedef void (*SimFrameFn)(Frame *); -- cgit v1.2.3