Initial commit.

This commit is contained in:
Mr_Goldberg 2019-04-13 12:21:56 -04:00
commit d968c3e1b5
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
238 changed files with 86384 additions and 0 deletions

12
dll/defines.h Normal file
View file

@ -0,0 +1,12 @@
//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)