|
|
|
|
@ -226,14 +226,14 @@ int STORMAPI SBigToBinaryBuffer(void *buffer, int length, int a3, int a4) rInt;
|
|
|
|
|
|
|
|
|
|
void __stdcall SDrawMessageBox(char *,char *,int) rVoid; |
|
|
|
|
void __cdecl SDrawDestroy(void) rVoid; |
|
|
|
|
bool __cdecl StormDestroy(void) rBool; |
|
|
|
|
bool __stdcall SFileSetBasePath(char *) rBool; |
|
|
|
|
BOOLEAN __cdecl StormDestroy(void) rBool; |
|
|
|
|
BOOLEAN __stdcall SFileSetBasePath(char *) rBool; |
|
|
|
|
void __cdecl SDrawRealizePalette(void) rVoid; |
|
|
|
|
BOOL __cdecl SVidPlayContinue(void) rBool; |
|
|
|
|
BOOL __stdcall SNetGetOwnerTurnsWaiting(DWORD *) rBool; |
|
|
|
|
void * __stdcall SNetUnregisterEventHandler(int,void (__stdcall*)(struct _SNETEVENT *)) rPVoid; |
|
|
|
|
void * __stdcall SNetRegisterEventHandler(int,void (__stdcall*)(struct _SNETEVENT *)) rPVoid; |
|
|
|
|
bool __stdcall SNetSetBasePlayer(int) rBool; |
|
|
|
|
BOOLEAN __stdcall SNetSetBasePlayer(int) rBool; |
|
|
|
|
int __stdcall SNetInitializeProvider(unsigned long,struct _SNETPROGRAMDATA *,struct _SNETPLAYERDATA *,struct _SNETUIDATA *,struct _SNETVERSIONDATA *) rInt; |
|
|
|
|
int __stdcall SNetGetProviderCaps(struct _SNETCAPS *) rInt; |
|
|
|
|
int __stdcall SFileSetFilePointer(HANDLE,int,HANDLE,int) rInt; |
|
|
|
|
|