#CommandName,ReturnType,ParameterTypes,Windows,Linux,Mac,Android,iOS
Open,I,IS,Library_Open,0,0,0,0
Close,0,I,Library_Close,0,0,0,0
GetFunction,I,IS,Library_GetFunction,0,0,0,0
CallFunction,I,I,Library_CallFunction,0,0,0,0
ClearParams,0,0,Library_ClearParams,0,0,0,0
PutStringParam,0,S,Library_PutStringParam,0,0,0,0
PutIntParam,0,I,Library_PutIntParam,0,0,0,0
Alloc,I,I,Library_Alloc,0,0,0,0
DeAlloc,0,I,Library_DeAlloc,0,0,0,0
Peek,S,I,Library_Peek,0,0,0,0
