mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
formating code
svn-id: r20836
This commit is contained in:
parent
e31b271760
commit
6b50204eea
File diff suppressed because it is too large
Load Diff
@ -38,8 +38,7 @@ typedef struct {
|
||||
extern scriptStruct scriptTable[NUM_MAX_SCRIPT];
|
||||
|
||||
void computeScriptStack(byte *scriptPtr, int16 *stackPtr, uint16 scriptSize);
|
||||
void decompileScript(byte *scriptPtr, int16 *stackPtr, uint16 scriptSize,
|
||||
uint16 scriptIdx);
|
||||
void decompileScript(byte *scriptPtr, int16 *stackPtr, uint16 scriptSize, uint16 scriptIdx);
|
||||
void dumpScript(char *dumpName);
|
||||
|
||||
#define OP_loadPart 0x3F
|
||||
|
Loading…
Reference in New Issue
Block a user