hedgewars/hwengine.dpr
changeset 355 40c68869899e
parent 351 29bc9c36ad5f
child 357 165a040e4cfa
equal deleted inserted replaced
354:60e4af0a4375 355:40c68869899e
    13  *
    13  *
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    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 
       
    19 {$IFNDEF FPC}
       
    20 WriteLn('Only Freepascal supported');
       
    21 {$ENDIF}
    18 
    22 
    19 program hwengine;
    23 program hwengine;
    20 {$APPTYPE CONSOLE}
    24 {$APPTYPE CONSOLE}
    21 uses
    25 uses
    22   SDLh,
    26   SDLh,