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/int_hashmap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci/engine/int_hashmap.h') diff --git a/engines/sci/engine/int_hashmap.h b/engines/sci/engine/int_hashmap.h index 092ad4ffba..c677079211 100644 --- a/engines/sci/engine/int_hashmap.h +++ b/engines/sci/engine/int_hashmap.h @@ -28,6 +28,7 @@ #include "common/scummsys.h" +namespace Sci { /* * Defines a hash map that maps values to small integers. @@ -82,5 +83,6 @@ public: typedef int_hash_map_t *int_hash_map_ptr; +} // End of namespace Sci #endif // INT_HASHMAP_H -- cgit v1.2.3