hedgewars/options.inc
changeset 2599 c7153d2348f3
parent 2590 e7e87e3c67db
child 2600 7b21daf84933
equal deleted inserted replaced
2598:e118329666ff 2599:c7153d2348f3
    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 
    18 
    19 {$J+}
    19 {$IFDEF FPC}
       
    20   {$J+}
       
    21 {$ENDIF}
    20 
    22 
    21 {$DEFINE DEBUGFILE}
    23 {$DEFINE DEBUGFILE}
    22 { $DEFINE DUMP}
    24   {$DEFINE DUMP}
    23 { $DEFINE TRACEAIACTIONS}
    25   {$DEFINE TRACEAIACTIONS}
    24 
    26 
    25 {$IFDEF IPHONEOS}
    27 {$IFDEF IPHONEOS}
    26 {$DEFINE SDL13}
    28   {$DEFINE SDL13}
    27 {$DEFINE GLES11}
    29   {$DEFINE GLES11}
    28 {$DEFINE TOUCHINPUT}
    30   {$DEFINE TOUCHINPUT}
    29 {$ENDIF}
    31 {$ENDIF}
    30 
    32 
    31 {$IFDEF TOUCHINPUT}
    33 {$IFDEF TOUCHINPUT}
    32 {$DEFINE SDL13}
    34   {$DEFINE SDL13}
    33 {$ENDIF}
    35 {$ENDIF}