diff --git a/src/core/App.cpp b/src/core/App.cpp index 7f54449..d25d03e 100755 --- a/src/core/App.cpp +++ b/src/core/App.cpp @@ -1,7 +1,4 @@ #include "Panda.hpp" - - -#ifdef PANDA_BACKEND_RAYLIB #include void panda::App::CreateWindow(int w, int h, const char *str) @@ -18,7 +15,6 @@ void panda::App::CreateWindow(int w, int h, const char *str) SetExitKey(-1); } -#endif void panda::App::AppUpdate() {