hedgewars/uLand.pas
changeset 2599 c7153d2348f3
parent 2592 d86618629e20
child 2602 3deb9ff104da
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 {$include options.inc}
    19 {$INCLUDE "options.inc"}
    20 
    20 
    21 unit uLand;
    21 unit uLand;
    22 interface
    22 interface
    23 uses SDLh, uLandTemplates, uFloat,
    23 uses SDLh, uLandTemplates, uFloat,
    24 {$IFDEF GLES11}
    24 {$IFDEF GLES11}