summaryrefslogtreecommitdiffhomepage
path: root/src/audio/rodeo_audio_t.h
blob: b762cf31f76595fbf5f2b0a2cdb76ca38b10d82b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once
// -- external --
#include "SDL.h"
#include "SDL_mixer.h"

struct
rodeo_audio_sound_t
{
	Mix_Chunk *sdl_sound;
};

struct
rodeo_audio_music_t
{
	Mix_Music *sdl_music;
};