Add SteamWorks_SendMessageToGC (untested as well).

This commit is contained in:
Kyle Sanderson
2016-03-05 17:32:16 -08:00
committed by Josh Allard
parent 3da8a5d831
commit 5cd391a31b
6 changed files with 96 additions and 0 deletions
+2
View File
@@ -299,6 +299,8 @@ forward EGCResults:SteamWorks_GCSendMessage(unMsgType, const String:pubData[], c
forward SteamWorks_GCMsgAvailable(cubData);
forward EGCResults:SteamWorks_GCRetreiveMessage(punMsgType, const String:pubDest[], cubDest, pcubMsgSize);
native EGCResults:SteamWorks_SendMessageToGC(unMsgType, const String:pubData[], cubData);
public Extension:__ext_SteamWorks =
{
name = "SteamWorks",