Wrapped the SCI engine in the Sci namespace.
svn-id: r38676
This commit is contained in:
parent
44ea796610
commit
25f7c37171
158 changed files with 592 additions and 14 deletions
|
@ -28,6 +28,9 @@
|
|||
|
||||
#include "sci/include/sci_memory.h"
|
||||
#include "sci/include/engine.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
#ifdef SCI_CONSOLE
|
||||
|
||||
state_t *con_gamestate = NULL;
|
||||
|
@ -1085,3 +1088,5 @@ static int c_dissectscript(state_t * s) {
|
|||
}
|
||||
|
||||
#endif // SCI_CONSOLE
|
||||
|
||||
} // End of namespace Sci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue