diff options
author | Steph Enders <smenders@gmail.com> | 2022-06-17 11:42:55 -0400 |
---|---|---|
committer | Steph Enders <smenders@gmail.com> | 2022-06-17 11:43:15 -0400 |
commit | b3061730cd0dbebbd51d5c25576e705a035a4d46 (patch) | |
tree | 029d7c96d306772794cdcacac603b95a1cf0a114 /src | |
parent | 87a53f2a09a204ca9bcdde9c73db414c79075326 (diff) |
Remove SFML for now
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> |