aboutsummaryrefslogtreecommitdiff
path: root/sky/music/gmchannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/music/gmchannel.h')
-rw-r--r--sky/music/gmchannel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sky/music/gmchannel.h b/sky/music/gmchannel.h
index 7214168586..17c5a0f261 100644
--- a/sky/music/gmchannel.h
+++ b/sky/music/gmchannel.h
@@ -26,6 +26,8 @@
class MidiDriver;
+namespace Sky {
+
typedef struct {
uint16 eventDataPtr;
int32 nextEventTime;
@@ -74,4 +76,6 @@ private:
void com90_getChannelControl(void); // 13
};
+} // End of namespace Sky
+
#endif //SKYGMCHANNEL_H