pragma Warnings (Off);

with SDL;
with SDL.RWops;
with SDL.Types;
with SDL.Mutex;
with SDL.Video;
with SDL.Active;
with SDL.Keysym;
with SDL.Keyboard;
with SDL.Mouse;
with SDL.Joystick;
with SDL.Events;
with SDL.Error;
with SDL.Byteorder;
with SDL.Byteorder.Extra;
with SDL.Audio;
with SDL.Audio.Extra;
with SDL.Quit;
with SDL.Version;
with SDL.Timer;
with SDL.Thread;
with SDL.Cdrom;
with Lib_C;

procedure Make is
begin
   null;
end Make;



syntax highlighted by Code2HTML, v. 0.9.1