mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
486082cce4
- Cleanup svn-id: r16168
35 lines
760 B
C
35 lines
760 B
C
#include "enum_globals.h"
|
|
|
|
typedef unsigned char byte;
|
|
typedef UInt32 uint;
|
|
typedef Int32 int32;
|
|
typedef UInt32 uint32;
|
|
|
|
|
|
void writeRecord(MemPtr ptr, UInt32 size, UInt16 index, UInt16 dbID);
|
|
void buildAll();
|
|
|
|
void addDimuseTables();
|
|
void addNewGui();
|
|
void addAkos();
|
|
void addDimuseCodecs();
|
|
void addCodec47();
|
|
void addGfx();
|
|
void addDialogs();
|
|
void addCharset();
|
|
void addCostume();
|
|
void addPlayerV2();
|
|
/////////////////////////////////
|
|
void addSimon();
|
|
void Simon_addCharset();
|
|
/////////////////////////////////
|
|
void Queen_addTalk();
|
|
void Queen_addRestables();
|
|
void Queen_addGraphics();
|
|
void Queen_addDisplay();
|
|
void Queen_addMusicdata();
|
|
/////////////////////////////////
|
|
void Sky_addHufftext();
|
|
/////////////////////////////////
|
|
void Sword1_addStaticres();
|