diff --git a/.cproject b/.cproject index 810e066a..6995721c 100644 --- a/.cproject +++ b/.cproject @@ -135,7 +135,6 @@ - diff --git a/include/visual/drawex.hpp b/include/visual/drawex.hpp index f74e195c..658c5380 100644 --- a/include/visual/drawex.hpp +++ b/include/visual/drawex.hpp @@ -10,8 +10,8 @@ #include extern "C" { -#include "glez.h" -#include "xoverlay.h" +#include "visual/glez.h" +#include "visual/xoverlay.h" } #define draw_api drawex::api diff --git a/makefile b/makefile index 975fd2f6..ef701428 100644 --- a/makefile +++ b/makefile @@ -99,8 +99,6 @@ CXXFLAGS+=$(WARNING_FLAGS) endif ifeq ($(ENABLE_VISUALS),1) -INCLUDES+=-Ixoverlay -LDFLAGS+=-L$(realpath libglez/bin32) -L$(realpath libxoverlay/bin32) LDLIBS+=-lssl -l:libSDL2-2.0.so.0 -l:libGLEW.so -lglez -lxoverlay CXXFLAGS+=$(shell sdl2-config --cflags) CFLAGS+=$(shell sdl2-config --cflags) diff --git a/xoverlay/glez.h b/src/visual/glez.h similarity index 100% rename from xoverlay/glez.h rename to src/visual/glez.h diff --git a/xoverlay/xoverlay.h b/src/visual/xoverlay.h similarity index 100% rename from xoverlay/xoverlay.h rename to src/visual/xoverlay.h