mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 03:28:19 +00:00
10 lines
282 B
C
10 lines
282 B
C
#include "../game/game_variables.h"
|
|
|
|
MACRO_CONFIG_INT(screen_width, 800, 0, 0)
|
|
MACRO_CONFIG_INT(screen_height, 600, 0, 0)
|
|
MACRO_CONFIG_STR(player_name, 32, "nameless tee")
|
|
MACRO_CONFIG_STR(clan_name, 32, "")
|
|
MACRO_CONFIG_STR(password, 32, "")
|
|
|
|
MACRO_CONFIG_INT(sv_port, 8303, 0, 0)
|