aboutsummaryrefslogtreecommitdiff
path: root/sky/music/adlibchannel.h
diff options
context:
space:
mode:
authorMax Horn2004-01-03 01:58:58 +0000
committerMax Horn2004-01-03 01:58:58 +0000
commitb0e23e35ee7f0b7c080e821fd521e007dcd80a18 (patch)
treedc2a992ac09753f78be1b12ce30a48aa5aa75b69 /sky/music/adlibchannel.h
parentb1d729d6dd23c093b18d9093a195a399d44d69ce (diff)
downloadscummvm-rg350-b0e23e35ee7f0b7c080e821fd521e007dcd80a18.tar.gz
scummvm-rg350-b0e23e35ee7f0b7c080e821fd521e007dcd80a18.tar.bz2
scummvm-rg350-b0e23e35ee7f0b7c080e821fd521e007dcd80a18.zip
Introduce namespace 'Sky'
svn-id: r12099
Diffstat (limited to 'sky/music/adlibchannel.h')
-rw-r--r--sky/music/adlibchannel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sky/music/adlibchannel.h b/sky/music/adlibchannel.h
index e7f9d27e13..ab942992fb 100644
--- a/sky/music/adlibchannel.h
+++ b/sky/music/adlibchannel.h
@@ -25,6 +25,8 @@
#include "sky/music/musicbase.h"
#include "sound/fmopl.h"
+namespace Sky {
+
typedef struct {
uint8 ad_Op1, ad_Op2;
uint8 sr_Op1, sr_Op2;
@@ -98,4 +100,6 @@ private:
//void com90_do_two_Lodsb(void); // 13
};
+} // End of namespace Sky
+
#endif //ADLIBCHANNEL_H