mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-09 22:28:38 +01:00
11cb3ce998
Implemented a basic steampipe alloc system and fixed build.
9 lines
242 B
C
9 lines
242 B
C
//TODO: put these in a common .h
|
|
#define CLIENT_HSTEAMUSER 12
|
|
#define SERVER_HSTEAMUSER 13
|
|
|
|
#define DEFAULT_NAME "Goldberg"
|
|
#define PROGRAM_NAME "Goldberg SteamEmu"
|
|
#define DEFAULT_LANGUAGE "english"
|
|
|
|
#define LOBBY_CONNECT_APPID ((uint32)-2)
|