fishbowl/engine/src/window/sdl2.cc
2026-05-27 16:03:38 +09:00

4 lines
101 B
C++

#include <fishbone/config.h>
#ifdef FISHBONE_WINDOW_USE_SDL2
#include <fishbone/foundation.h>
#endif