From 6ba8f0d22f29a51fba20ddc5bd764bfc63ad0fa7 Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 31 Mar 2013 22:15:02 -0700 Subject: [PATCH] cmAudioSysMsg.h: Created cmAudioSysMsg_t data structure. --- cmAudioSysMsg.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cmAudioSysMsg.h b/cmAudioSysMsg.h index b73faac..7121db9 100644 --- a/cmAudioSysMsg.h +++ b/cmAudioSysMsg.h @@ -17,7 +17,12 @@ extern "C" { kNetSyncSelAsId, // sent with a cmDspNetMsg_t object }; - + typedef struct + { + unsigned asSubIdx; + unsigned selAsId; // Message selector id See kXXXSelAsId above + unsigned selId; // Message specific selector + } cmAudioSysMsg_t; // All of the UI messages that create a UI control contain an array of integers // as in the 'value' field. The array contains the id's associated with