hedgewars/options.inc
branchwebgl
changeset 9127 e350500c4edb
parent 8847 ff7fbab7cd56
parent 9080 9b42757d7e71
child 9521 8054d9d775fd
equal deleted inserted replaced
8860:bde641cf53c8 9127:e350500c4edb
     1 (*
     1 (*
     2  * Hedgewars, a free turn based strategy game
     2  * Hedgewars, a free turn based strategy game
     3  * Copyright (c) 2004-2012 Andrey Korotaev <unC0Rr@gmail.com>
     3  * Copyright (c) 2004-2013 Andrey Korotaev <unC0Rr@gmail.com>
     4  *
     4  *
     5  * This program is free software; you can redistribute it and/or modify
     5  * This program is free software; you can redistribute it and/or modify
     6  * it under the terms of the GNU General Public License as published by
     6  * it under the terms of the GNU General Public License as published by
     7  * the Free Software Foundation; version 2 of the License
     7  * the Free Software Foundation; version 2 of the License
     8  *
     8  *
    37 {$DEFINE GL2}
    37 {$DEFINE GL2}
    38 {$ENDIF}
    38 {$ENDIF}
    39 
    39 
    40 {$IFDEF ANDROID}
    40 {$IFDEF ANDROID}
    41     {$DEFINE MOBILE}
    41     {$DEFINE MOBILE}
    42     {$DEFINE USE_SDLTHREADS}
       
    43     {$DEFINE USE_CONTEXT_RESTORE}
    42     {$DEFINE USE_CONTEXT_RESTORE}
    44     {$DEFINE Java_Prefix:= 'Java_org_hedgewars_hedgeroid_EngineProtocol_PascalExports_'}
    43     {$DEFINE Java_Prefix:= 'Java_org_hedgewars_hedgeroid_EngineProtocol_PascalExports_'}
    45 {$ENDIF}
    44 {$ENDIF}
    46 
    45 
    47 {$IFDEF IPHONEOS}
    46 {$IFDEF IPHONEOS}