DEADSOFTWARE

465d00a09a2219338d9db4f71a7e0f511dd6b5d0
[d2df-sdl.git] / src / wrappers / sdl2 / sdl2.pas
1 unit sdl2;
3 {$IF DEFINED(USE_SDL2ALLEGRO)}
4 {$INCLUDE sdl2allegro.inc}
5 {$ELSE}
6 {$INCLUDE sdl2stub.inc}
7 {$ENDIF}
9 end.