diff options
| author | Vlad-Stefan Harbuz <vlad@vladh.net> | 2022-02-07 13:08:51 +0100 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2022-02-07 18:56:07 +0100 |
| commit | a4c83d86504c6af40a1870f297952c3802bc8b99 (patch) | |
| tree | 64a19ff141303e1e77d18c13d589db02f2e49186 /sdl2/mixer/general.ha | |
| parent | Add controller rumble support (diff) | |
| download | hare-chip8-a4c83d86504c6af40a1870f297952c3802bc8b99.tar.gz | |
correct indentation
Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net>
Diffstat (limited to 'sdl2/mixer/general.ha')
| -rw-r--r-- | sdl2/mixer/general.ha | 12 |
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 |
