dosgame1/system/Keyboard.h

5 lines
85 B
C

#ifdef BUILD_SDL
#include "sdl/Keyboard.h"
#else
#include "dos/Keyboard.h"
#endif