Added native for SetMapName (#19)

This commit is contained in:
GoD-Tony
2016-10-18 06:26:08 -06:00
committed by Kyle Sanderson
parent d1f183a259
commit 4274dae295
2 changed files with 18 additions and 0 deletions
+1
View File
@@ -216,6 +216,7 @@ native bool:SteamWorks_GetPublicIP(ipaddr[4]);
native SteamWorks_GetPublicIPCell();
native bool:SteamWorks_IsLoaded();
native bool:SteamWorks_SetGameDescription(String:sDesc[]);
native bool:SteamWorks_SetMapName(String:sMapName[]);
native bool:SteamWorks_IsConnected();
native bool:SteamWorks_SetRule(const String:sKey[], const String:sValue[]);
native bool:SteamWorks_ClearRules();