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

8 lines
341 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
#define GAME_NAME "TestDDRace"
#endif