SCI: Moved all the script-related code inside script.cpp/.h, and all script opcode-related code inside vm.cpp/.h
svn-id: r50396
This commit is contained in:
parent
0436f2823d
commit
bb992b0b93
9 changed files with 817 additions and 790 deletions
|
@ -25,6 +25,8 @@
|
|||
|
||||
#include "sci/sci.h"
|
||||
#include "sci/resource.h"
|
||||
#include "sci/engine/seg_manager.h"
|
||||
#include "sci/engine/script.h"
|
||||
#include "sci/engine/state.h"
|
||||
#include "sci/engine/selector.h"
|
||||
#include "sci/engine/kernel.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue