diff options
author | Oystein Eftevaag | 2009-02-21 10:23:36 +0000 |
---|---|---|
committer | Oystein Eftevaag | 2009-02-21 10:23:36 +0000 |
commit | 25f7c371718f74eb26fed5bd66a803f220c89c3b (patch) | |
tree | e78250ba07d5d28ffecf1621421ab33061edf1e4 /engines/sci/include/engine.h | |
parent | 44ea7966108cf56df4a4eb3fd0b2b7df31d937e1 (diff) | |
download | scummvm-rg350-25f7c371718f74eb26fed5bd66a803f220c89c3b.tar.gz scummvm-rg350-25f7c371718f74eb26fed5bd66a803f220c89c3b.tar.bz2 scummvm-rg350-25f7c371718f74eb26fed5bd66a803f220c89c3b.zip |
Wrapped the SCI engine in the Sci namespace.
svn-id: r38676
Diffstat (limited to 'engines/sci/include/engine.h')
-rw-r--r-- | engines/sci/include/engine.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sci/include/engine.h b/engines/sci/include/engine.h index 374572d510..8c3458c75f 100644 --- a/engines/sci/include/engine.h +++ b/engines/sci/include/engine.h @@ -49,6 +49,8 @@ namespace Common { #include "sci/include/gfx_state_internal.h" #include "sci/include/sfx_engine.h" +namespace Sci { + #define FREESCI_CURRENT_SAVEGAME_VERSION 8 #define FREESCI_MINIMUM_SAVEGAME_VERSION 8 @@ -323,4 +325,6 @@ reg_t not_register(state_t *s, reg_t r) { } +} // End of namespace Sci + #endif /* !_SCI_ENGINE_H */ |