From bb1547ab1ce3eb0a586814949e59864888f99c83 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 29 Sep 2006 09:44:30 +0000 Subject: Phase 5 of Simon engine renaming. Renamed namespace Simon -> AGOS and SimonEngine -> AGOSEngine. Source is compilable and runnable again. I'm done. svn-id: r24013 --- engines/agos/intern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/agos/intern.h') diff --git a/engines/agos/intern.h b/engines/agos/intern.h index 587eca621c..13ed39156f 100644 --- a/engines/agos/intern.h +++ b/engines/agos/intern.h @@ -24,7 +24,7 @@ #ifndef AGOS_INTERN_H #define AGOS_INTERN_H -namespace Simon { +namespace AGOS { struct Child { Child *next; @@ -257,6 +257,6 @@ enum GameIds { GID_SWAMPY }; -} // End of namespace Simon +} // End of namespace AGOS #endif -- cgit v1.2.3