hedgewars/config.inc.in
author unc0rr
Sat, 06 Mar 2010 18:23:25 +0000
changeset 2961 3e057dfa601f
parent 2924 908851e59958
child 3236 4ab3917d7d44
permissions -rw-r--r--
Fix "FOLLOW" command handler and place it into proper file
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2924
908851e59958 Engine:
smxx
parents:
diff changeset
     1
(*
908851e59958 Engine:
smxx
parents:
diff changeset
     2
 * Hedgewars, a free turn based strategy game
908851e59958 Engine:
smxx
parents:
diff changeset
     3
 * Copyright (c) 2006, 2007 Andrey Korotaev <unC0Rr@gmail.com>
908851e59958 Engine:
smxx
parents:
diff changeset
     4
 *
908851e59958 Engine:
smxx
parents:
diff changeset
     5
 * This program is free software; you can redistribute it and/or modify
908851e59958 Engine:
smxx
parents:
diff changeset
     6
 * it under the terms of the GNU General Public License as published by
908851e59958 Engine:
smxx
parents:
diff changeset
     7
 * the Free Software Foundation; version 2 of the License
908851e59958 Engine:
smxx
parents:
diff changeset
     8
 *
908851e59958 Engine:
smxx
parents:
diff changeset
     9
 * This program is distributed in the hope that it will be useful,
908851e59958 Engine:
smxx
parents:
diff changeset
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
908851e59958 Engine:
smxx
parents:
diff changeset
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
908851e59958 Engine:
smxx
parents:
diff changeset
    12
 * GNU General Public License for more details.
908851e59958 Engine:
smxx
parents:
diff changeset
    13
 *
908851e59958 Engine:
smxx
parents:
diff changeset
    14
 * You should have received a copy of the GNU General Public License
908851e59958 Engine:
smxx
parents:
diff changeset
    15
 * along with this program; if not, write to the Free Software
908851e59958 Engine:
smxx
parents:
diff changeset
    16
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
908851e59958 Engine:
smxx
parents:
diff changeset
    17
 *)
908851e59958 Engine:
smxx
parents:
diff changeset
    18
908851e59958 Engine:
smxx
parents:
diff changeset
    19
const cNetProtoVersion = ${HEDGEWARS_PROTO_VER};
908851e59958 Engine:
smxx
parents:
diff changeset
    20
      cVersionString = '${HEDGEWARS_VERSION}';
908851e59958 Engine:
smxx
parents:
diff changeset
    21
      cLuaLibrary = '${LUA_LIBRARY}';