From b0e23e35ee7f0b7c080e821fd521e007dcd80a18 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 3 Jan 2004 01:58:58 +0000 Subject: Introduce namespace 'Sky' svn-id: r12099 --- sky/music/adlibchannel.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sky/music/adlibchannel.h') 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 -- cgit v1.2.3