hedgewars/config.inc.in
author Wuzzy <Wuzzy2@mail.ru>
Thu, 15 Feb 2018 13:49:14 +0100
changeset 13007 8a8aaaf97a95
parent 11046 47a8c19ecb60
permissions -rw-r--r--
The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags I figured that the toggling hog tags on and off is a bit more important than changing the tag types, because you sometimes run into a hog whose tags block your view, so a 1-key press is helpful. On the other hand, you probably only want to changing the tag types in the game once (if at all).

(*
 * Hedgewars, a free turn based strategy game
 * Copyright (c) 2004-2015 Andrey Korotaev <unC0Rr@gmail.com>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; version 2 of the License
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 *)

(*
 * config.inc contains constants that are determined and set
 * by the build system at compile time,
 * based on the contents of config.inc.in
 *)
const cNetProtoVersion = ${HEDGEWARS_PROTO_VER};
      cVersionString = '${HEDGEWARS_VERSION}';
      cRevisionString = '${HEDGEWARS_REVISION}';
      cHashString = '${HEDGEWARS_HASH}';
      cDefaultPathPrefix = '${HEDGEWARS_FULL_DATADIR}/Data';
      cFontsPaths: ${FONTS_DIRS_ARRAY}