project_files/frontlib/hwconsts.h
author Medo <smaxein@googlemail.com>
Fri, 08 Jun 2012 19:52:24 +0200
changeset 7177 bf6cf4dd847a
child 7179 f84805e6df03
permissions -rw-r--r--
Implemented public API for letting the engine render maps

/**
 * 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 WEAPONS_COUNT 55
#define AMMOLINE_DEFAULT_QT     "9391929422199121032235111001201000000211110101011111011"
#define AMMOLINE_DEFAULT_PROB   "0405040541600655546554464776576666666155510101115411011"
#define AMMOLINE_DEFAULT_DELAY  "0000000000000205500000040007004000000000220000000600000"
#define AMMOLINE_DEFAULT_CRATE  "1311110312111111123114111111111111111211111101111111010"

#endif