fix steam logon
[vg.git] / src / vg / vg_steam.h
index d6866b209e0f00deb0ca72d2437fbf91a540db95..b503d0bde228a7c8846a9abc1797fbe178093ec4 100644 (file)
@@ -421,6 +421,15 @@ int   SteamGameServer_Init( u32 unIP, u16 usGamePort, u16 usQueryPort,
                                          eServerMode, pchVersionString );
 }
 
+
+void *SteamAPI_SteamGameServer_v014(void);
+void *SteamAPI_SteamGameServer(void) 
+{ 
+   return SteamAPI_SteamGameServer_v014(); 
+}
+
+void SteamAPI_ISteamGameServer_LogOnAnonymous( void* self );
+
 void SteamGameServer_Shutdown(void);
 
 int  SteamGameServer_BSecure(void);