aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/midi.h
diff options
context:
space:
mode:
authorEugene Sandulenko2006-09-29 09:44:30 +0000
committerEugene Sandulenko2006-09-29 09:44:30 +0000
commitbb1547ab1ce3eb0a586814949e59864888f99c83 (patch)
tree66e780855ef521dab3cfc5dcaad8e3d90f764f00 /engines/agos/midi.h
parentabf4ede05ba070478cf942817140a6744015dfab (diff)
downloadscummvm-rg350-bb1547ab1ce3eb0a586814949e59864888f99c83.tar.gz
scummvm-rg350-bb1547ab1ce3eb0a586814949e59864888f99c83.tar.bz2
scummvm-rg350-bb1547ab1ce3eb0a586814949e59864888f99c83.zip
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
Diffstat (limited to 'engines/agos/midi.h')
-rw-r--r--engines/agos/midi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/midi.h b/engines/agos/midi.h
index cf055bffac..36faf1cbb2 100644
--- a/engines/agos/midi.h
+++ b/engines/agos/midi.h
@@ -32,7 +32,7 @@ namespace Common {
class File;
}
-namespace Simon {
+namespace AGOS {
struct MusicInfo {
MidiParser *parser;
@@ -123,6 +123,6 @@ public:
MidiChannel *getPercussionChannel() { return 0; }
};
-} // End of namespace Simon
+} // End of namespace AGOS
#endif