diff options
| author | Teetime <anton.tsoulos@yahoo.de> | 2011-10-14 00:00:51 +0200 |
|---|---|---|
| committer | Teetime <anton.tsoulos@yahoo.de> | 2011-10-14 00:00:51 +0200 |
| commit | 274bf013ee6f320e3ce1066a07f3558e1ba6d0dd (patch) | |
| tree | 1e1fcffead946d27fae46cd2a2a6cab330755d6f /src/game/server/gamemodes/zcatch.hpp | |
| parent | 093a562302af1572132a2b8b7fa827f98f65a961 (diff) | |
| download | zcatch-274bf013ee6f320e3ce1066a07f3558e1ba6d0dd.tar.gz zcatch-274bf013ee6f320e3ce1066a07f3558e1ba6d0dd.zip | |
Updated copyright and corrected preprocessor define
Diffstat (limited to 'src/game/server/gamemodes/zcatch.hpp')
| -rw-r--r-- | src/game/server/gamemodes/zcatch.hpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/game/server/gamemodes/zcatch.hpp b/src/game/server/gamemodes/zcatch.hpp index 7d6836d2..7615c523 100644 --- a/src/game/server/gamemodes/zcatch.hpp +++ b/src/game/server/gamemodes/zcatch.hpp @@ -1,6 +1,9 @@ -/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ +/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ +/* If you are missing that file, acquire a complete release at teeworlds.com. */ +/* zCatch by erd and Teetime */ + #ifndef GAME_SERVER_GAMEMODES_ZCATCH_H -#define GAME_SERVER_GAMEMODES_DM_H +#define GAME_SERVER_GAMEMODES_ZCATCH_H #include <game/server/gamecontroller.h> |