forked from UNLOZE/sm-plugins
multiple syntax updates to adjust for 1.11.0.6946 SM build
This commit is contained in:
@@ -270,9 +270,9 @@ typeset SteamWorksHTTPDataReceived
|
||||
|
||||
typeset SteamWorksHTTPBodyCallback
|
||||
{
|
||||
function void (const char sData[]);
|
||||
function void (const char sData[], any value);
|
||||
function void (const int data[], any value, int datalen);
|
||||
function void (const char[] sData);
|
||||
function void (const char[] sData, any value);
|
||||
function void (const int[] data, any value, int datalen);
|
||||
};
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user