mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-10-30 21:20:10 +00:00
13 lines
299 B
C
13 lines
299 B
C
//TODO: put these in a common .h
|
|
#define CLIENT_HSTEAMUSER 12
|
|
#define SERVER_HSTEAMUSER 13
|
|
|
|
#define CLIENT_STEAM_PIPE 5
|
|
#define SERVER_STEAM_PIPE 6
|
|
|
|
#define DEFAULT_NAME "Goldberg"
|
|
#define PROGRAM_NAME "Goldberg SteamEmu"
|
|
#define DEFAULT_LANGUAGE "english"
|
|
|
|
#define LOBBY_CONNECT_APPID ((uint32)-2)
|