project_files/frontlib/hwconsts.h
author Medo <smaxein@googlemail.com>
Mon, 25 Jun 2012 15:21:18 +0200
changeset 7273 8eed495fd8da
parent 7269 5b0aeef8ba2a
child 7275 15f722e0b96f
permissions -rw-r--r--
frontlib: Using macros for simplification of callbacks

/**
 * This file contains important constants which might need to be changed to adapt to
 * changes in the engine or protocols.
 */

#ifndef HWCONSTS_H_
#define HWCONSTS_H_

#define HEDGEHOGS_PER_TEAM 8
#define NETGAME_DEFAULT_PORT 46631
#define PROTOCOL_VERSION 41
#define MIN_SERVER_VERSION 1

#define GAMEMOD_PERHOGAMMO_MASKBIT 22
#define GAMEMOD_SHAREDAMMO_MASKBIT 16

#define WEAPONS_COUNT 55

#endif