aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/gc.h')
-rw-r--r--engines/sci/engine/gc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/engine/gc.h b/engines/sci/engine/gc.h
index ab387d7d5e..aa7b91264e 100644
--- a/engines/sci/engine/gc.h
+++ b/engines/sci/engine/gc.h
@@ -31,6 +31,7 @@
#include "sci/include/vm_types.h"
#include "sci/include/engine.h"
+namespace Sci {
struct reg_t_EqualTo {
bool operator()(const reg_t& x, const reg_t& y) const {
@@ -58,4 +59,6 @@ void run_gc(state_t *s);
** Parameters: (state_t *) s: The state in which we should gc
*/
+} // End of namespace Sci
+
#endif // !defined(GC_H_)