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/midi.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/agos/midi.cpp') diff --git a/engines/agos/midi.cpp b/engines/agos/midi.cpp index 2ff9bbd8ad..977c054e67 100644 --- a/engines/agos/midi.cpp +++ b/engines/agos/midi.cpp @@ -30,7 +30,7 @@ #include "agos/agos.h" -namespace Simon { +namespace AGOS { // MidiParser_S1D is not considered part of the standard @@ -571,4 +571,4 @@ void MidiPlayer::loadS1D(Common::File *in, bool sfx) { p->parser = parser; // That plugs the power cord into the wall } -} // End of namespace Simon +} // End of namespace AGOS -- cgit v1.2.3