Defined a stub glk_schannel_struct to fix another regression
[projects/chimara/chimara.git] / libchimara / schannel.h
diff --git a/libchimara/schannel.h b/libchimara/schannel.h
new file mode 100644 (file)
index 0000000..6ec0ce3
--- /dev/null
@@ -0,0 +1,18 @@
+#ifndef __SCHANNEL_H__
+#define __SCHANNEL_H__
+
+#include <glib.h>
+#include "glk.h"
+#include "gi_dispa.h"
+
+struct glk_schannel_struct
+{
+       /*< private >*/
+       glui32 magic, rock;
+       gidispatch_rock_t disprock;
+       /* Pointer to the list node in the global sound channel list that contains 
+        this sound channel */
+       GList *schannel_list;
+};
+
+#endif
\ No newline at end of file