dosbox-x/include/SDL_cdrom.h
2021-11-25 05:42:03 -05:00

5 lines
121 B
C

#if defined(C_SDL2)
#include "vs/sdl/src/cdrom/compat_SDL_cdrom.h"
#else
#include "vs/sdl/include/SDL_cdrom.h"
#endif