summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorSteph Enders <smenders@gmail.com>2022-06-17 11:42:55 -0400
committerSteph Enders <smenders@gmail.com>2022-06-17 11:43:15 -0400
commitb3061730cd0dbebbd51d5c25576e705a035a4d46 (patch)
tree029d7c96d306772794cdcacac603b95a1cf0a114 /src/main.cpp
parent87a53f2a09a204ca9bcdde9c73db414c79075326 (diff)
Remove SFML for now
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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>