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-07-31 17:08:07 +00:00
#define GAME_NAME "DDRaceNetwork"
#define TEST_NAME "TestDDRaceNetwork"
#endif