Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreionrobb <eionrobb@8ca6c67d-4297-256d-f884-781da6d5760b>2014-02-24 08:19:00 +0400
committereionrobb <eionrobb@8ca6c67d-4297-256d-f884-781da6d5760b>2014-02-24 08:19:00 +0400
commit2a115b6b0764a3c1decce9fea226f6ccf20957ea (patch)
tree5087777860d349b243ec4ecf5cdd05493378250a /steam-mobile/libsteam.h
parentd8a1062b4b5e09d18cda523f22b2614c4551be21 (diff)
Attempt to add 'Launch Game' and 'Join Game' options to the buddy list. Needs testing
Diffstat (limited to 'steam-mobile/libsteam.h')
-rw-r--r--steam-mobile/libsteam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/steam-mobile/libsteam.h b/steam-mobile/libsteam.h
index e2584a4..ada85d0 100644
--- a/steam-mobile/libsteam.h
+++ b/steam-mobile/libsteam.h
@@ -109,6 +109,7 @@ struct _SteamBuddy {
gchar *gameextrainfo;
gchar *gameserversteamid;
gchar *lobbysteamid;
+ gchar *gameserverip;
};