diff options
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> |