Wrapped the SCI engine in the Sci namespace.

svn-id: r38676
This commit is contained in:
Oystein Eftevaag 2009-02-21 10:23:36 +00:00
parent 44ea796610
commit 25f7c37171
158 changed files with 592 additions and 14 deletions

View file

@ -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