mirror of
https://github.com/diasurgical/devilution.git
synced 2025-07-23 04:23:01 +02:00
committed by
Anders Jenbo
parent
ec329e645c
commit
5f556a93b7
2
3rdParty/Storm/Source/storm.cpp
vendored
2
3rdParty/Storm/Source/storm.cpp
vendored
@@ -227,7 +227,7 @@ int STORMAPI SBigToBinaryBuffer(void *buffer, int length, int a3, int a4) rInt;
|
||||
void __stdcall SDrawMessageBox(const char *,const char *,int) rVoid;
|
||||
void __cdecl SDrawDestroy(void) rVoid;
|
||||
BOOLEAN __cdecl StormDestroy(void) rBool;
|
||||
BOOL __stdcall SFileSetBasePath(char *) rBool;
|
||||
BOOL __stdcall SFileSetBasePath(const char *) rBool;
|
||||
void __cdecl SDrawRealizePalette(void) rVoid;
|
||||
BOOL __cdecl SVidPlayContinue(void) rBool;
|
||||
BOOL __stdcall SNetGetOwnerTurnsWaiting(DWORD *) rBool;
|
||||
|
2
3rdParty/Storm/Source/storm.h
vendored
2
3rdParty/Storm/Source/storm.h
vendored
@@ -1323,7 +1323,7 @@ int STORMAPI SBigToBinaryBuffer(void *buffer, int length, int a3, int a4);
|
||||
void __stdcall SDrawMessageBox(const char *,const char *,int);
|
||||
void __cdecl SDrawDestroy(void);
|
||||
BOOLEAN __cdecl StormDestroy(void);
|
||||
BOOL __stdcall SFileSetBasePath(char *);
|
||||
BOOL __stdcall SFileSetBasePath(const char *);
|
||||
void __cdecl SDrawRealizePalette(void);
|
||||
BOOL __cdecl SVidPlayContinue(void);
|
||||
BOOL __stdcall SNetGetOwnerTurnsWaiting(DWORD *);
|
||||
|
Reference in New Issue
Block a user