SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invoke_selector

svn-id: r47665
This commit is contained in:
Max Horn 2010-01-29 11:03:54 +00:00
parent 52ef12547f
commit 4ffec28103
20 changed files with 115 additions and 56 deletions

View file

@ -26,6 +26,7 @@
#include "sci/sci.h"
#include "sci/resource.h"
#include "sci/engine/state.h"
#include "sci/engine/selector.h"
#include "sci/engine/kernel_types.h"
#include "sci/engine/kernel.h"