SCI: Moved all the static kernel-related tables in a separate file. Also, moved kStub, kStubNull and kDummy inside kmisc.cpp, together with the other misc kernel calls
svn-id: r51089
This commit is contained in:
parent
3184aac398
commit
2ed45d3719
6 changed files with 1119 additions and 1072 deletions
|
@ -436,7 +436,10 @@ reg_t kStrSplit(EngineState *s, int argc, reg_t *argv);
|
|||
reg_t kPlatform(EngineState *s, int argc, reg_t *argv);
|
||||
reg_t kTextColors(EngineState *s, int argc, reg_t *argv);
|
||||
reg_t kTextFonts(EngineState *s, int argc, reg_t *argv);
|
||||
reg_t kDummy(EngineState *s, int argc, reg_t *argv);
|
||||
reg_t kEmpty(EngineState *s, int argc, reg_t *argv);
|
||||
reg_t kStub(EngineState *s, int argc, reg_t *argv);
|
||||
reg_t kStubNull(EngineState *s, int argc, reg_t *argv);
|
||||
|
||||
#ifdef ENABLE_SCI32
|
||||
// SCI2 Kernel Functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue