hedgewars/hwengine.pas
changeset 2800 f286d91157b8
parent 2799 558b29bf00c5
child 2803 1f446fc5c8ec
equal deleted inserted replaced
2799:558b29bf00c5 2800:f286d91157b8
    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 {$INCLUDE "options.inc"}
    19 {$INCLUDE "options.inc"}
       
    20 
       
    21 {$IFDEF WIN32}
       
    22 {$R hwengine.rc}
       
    23 {$ENDIF}
    20 
    24 
    21 {$IFDEF IPHONEOS}
    25 {$IFDEF IPHONEOS}
    22 unit hwengine;
    26 unit hwengine;
    23 interface
    27 interface
    24 {$ELSE}
    28 {$ELSE}