Help for this page

Select Code to Download


  1. or download this
    use strict;
    no warnings;
    ...
    SDL::delay(2000);
    
    SDL::quit();
    
  2. or download this
    #include <SDL.h> 
    #include <cairo.h>
    ...
        
        return 0; 
    }