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,7 @@
#include "sci/include/versions.h"
#include "sci/include/engine.h"
namespace Sci {
//#define GC_DEBUG*/ // Debug garbage collection
//#define GC_DEBUG_VERBOSE*/ // Debug garbage verbosely
@ -1812,3 +1813,5 @@ seg_interface_t *get_seg_interface(seg_manager_t *self, seg_id_t segid) {
return retval;
}
} // End of namespace Sci