remove ifdef

This commit is contained in:
sillysagiri 2024-11-06 16:44:07 +07:00
parent 83250406b3
commit 7a9ef864a6

View File

@ -1,7 +1,4 @@
#include "Panda.hpp"
#ifdef PANDA_BACKEND_RAYLIB
#include <raylib.h>
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()
{