hedgewars/hwengine.pas
changeset 2587 0dfa56a8513c
parent 2586 204e6b2885bc
child 2590 e7e87e3c67db
equal deleted inserted replaced
2586:204e6b2885bc 2587:0dfa56a8513c
    17  *)
    17  *)
    18 
    18 
    19 {$IFNDEF FPC}
    19 {$IFNDEF FPC}
    20 {$ERROR Only Free Pascal supported!}
    20 {$ERROR Only Free Pascal supported!}
    21 {$ENDIF}
    21 {$ENDIF}
       
    22 
       
    23 {$INCLUDE options.inc}
    22 
    24 
    23 program hwengine;
    25 program hwengine;
    24 uses
    26 uses
    25 	SDLh in 'SDLh.pas',
    27 	SDLh in 'SDLh.pas',
    26 {$IFDEF GLES11}
    28 {$IFDEF GLES11}
    55 	uSHA in 'uSHA.pas',
    57 	uSHA in 'uSHA.pas',
    56 	uFloat in 'uFloat.pas',
    58 	uFloat in 'uFloat.pas',
    57 	uStats in 'uStats.pas',
    59 	uStats in 'uStats.pas',
    58 	uChat in 'uChat.pas',
    60 	uChat in 'uChat.pas',
    59 	uLandTexture in 'uLandTexture.pas';
    61 	uLandTexture in 'uLandTexture.pas';
    60 
       
    61 {$INCLUDE options.inc}
       
    62 
    62 
    63 // also: GSHandlers.inc
    63 // also: GSHandlers.inc
    64 //       CCHandlers.inc
    64 //       CCHandlers.inc
    65 //       HHHandlers.inc
    65 //       HHHandlers.inc
    66 //       SinTable.inc
    66 //       SinTable.inc