mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-11 02:28:18 +00:00
9 lines
383 B
C
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
|