fishbowl/engine/config.h.in
2026-05-27 16:03:38 +09:00

8 lines
182 B
C

#ifndef __FISHBONE_CONFIG_H__
#define __FISHBONE_CONFIG_H__
#cmakedefine FISHBONE_SOUND_USE_SDL2
#cmakedefine FISHBONE_WINDOW_USE_SDL2
#cmakedefine FISHBONE_THREAD_USE_SDL2
#endif