project_files/frontlib/hwconsts.h
author Medo <smaxein@googlemail.com>
Tue, 19 Jun 2012 21:17:05 +0200
changeset 7234 613998625a3c
parent 7230 240620f46dd7
child 7269 5b0aeef8ba2a
permissions -rw-r--r--
frontlib: Started work on the server connection code

/**
 * 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 42
#define MIN_SERVER_VERSION 1

#define GAMEMOD_PERHOGAMMO_MASKBIT 22
#define GAMEMOD_SHAREDAMMO_MASKBIT 16

#define WEAPONS_COUNT 55

#endif