remove ifdef
This commit is contained in:
parent
83250406b3
commit
7a9ef864a6
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user