#pragma once #ifdef GINT #include #endif /* GINT */ #ifdef RAYLIB #include #define keydown(x) IsKeyDown(x) #define dclear(x) ClearBackground(x) void clearevents(void); #endif /* RAYLIB */