ddnet/src/game/server/gamemodes/gamemode.h

9 lines
383 B
C
Raw Normal View History

/* (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
2013-08-13 16:32:33 +00:00
#define GAME_NAME "DDraceNetwork"
#define TEST_NAME "TestDDraceNetwork"
#endif