From 25f7c371718f74eb26fed5bd66a803f220c89c3b Mon Sep 17 00:00:00 2001 From: Oystein Eftevaag Date: Sat, 21 Feb 2009 10:23:36 +0000 Subject: Wrapped the SCI engine in the Sci namespace. svn-id: r38676 --- engines/sci/engine/gc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/sci/engine/gc.h') 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_) -- cgit v1.2.3