diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index a9b5d3b..23da08c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,7 @@ #include "CApi.h" #include "Level.h" #include "LuaApi.h" -#include <SFML/Graphics.hpp> +//#include <SFML/Graphics.hpp> #include <filesystem> #include <iostream> #include <lua.hpp> |