hedgewars/hwengine.pas
changeset 2568 e654cbfb23ba
parent 2567 02ff5f9510b5
child 2569 6f77dd38294a
equal deleted inserted replaced
2567:02ff5f9510b5 2568:e654cbfb23ba
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  *)
    17  *)
    18 
    18 
    19 {$IFNDEF FPC}
    19 {$IFNDEF FPC}
    20 WriteLn('Only Freepascal supported');
    20 {$ERROR Only Free Pascal supported!}
    21 {$ENDIF}
    21 {$ENDIF}
    22 
    22 
    23 program hwengine;
    23 program hwengine;
    24 uses
    24 uses
    25 	SDLh in 'SDLh.pas',
    25 	SDLh in 'SDLh.pas',