DEADSOFTWARE

added opengl and sdl2 wrappers to allegro (WIP)
[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.