ddnet/src/game/server/gamemodes/gamemode.h
2013-08-13 18:32:33 +02:00

9 lines
383 B
C

/* (c) Shereef Marzouk. See "licence DDRace.txt" and the readme.txt in the root of the distribution for more information. */
/* This is used for all NONE Official Builds of DDRace, if you changed the source in anyway change this to something other than DDRace */
#ifndef GAME_MODE_H
#define GAME_MODE_H
#define GAME_NAME "DDraceNetwork"
#define TEST_NAME "TestDDraceNetwork"
#endif