aboutsummaryrefslogtreecommitdiff
path: root/sdl2/mixer
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sdl2/mixer/general.ha12
1 files changed, 6 insertions, 6 deletions
diff --git a/sdl2/mixer/general.ha b/sdl2/mixer/general.ha
index b87ac4e..32c7b38 100644
--- a/sdl2/mixer/general.ha
+++ b/sdl2/mixer/general.ha
@@ -2,12 +2,12 @@ use sdl2;
// Flags for [[init]].
export type init_flags = enum {
- FLAC = 0x00000001,
- MOD = 0x00000002,
- MP3 = 0x00000008,
- OGG = 0x00000010,
- MID = 0x00000020,
- OPUS = 0x00000040
+ FLAC = 0x00000001,
+ MOD = 0x00000002,
+ MP3 = 0x00000008,
+ OGG = 0x00000010,
+ MID = 0x00000020,
+ OPUS = 0x00000040
};
// The default mixer has 8 simultaneous mixing channels