#include <stdlib.h>
#include <SDL.h>
#include <SDL_mixer.h>
Go to the source code of this file.
Functions | |
void | handleKey (SDL_KeyboardEvent key) |
int | main (int argc, char **argv) |
Variables | |
Mix_Music * | music |
Mix_Chunk * | sample1 |
Mix_Chunk * | sample2 |
Mix_Chunk * | sample3 |
void handleKey | ( | SDL_KeyboardEvent | key | ) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 41 of file mix.c.
References handleKey(), music, sample1, sample2, sample3, and Sound::volume.
Mix_Music* music |
Mix_Chunk* sample1 |
Mix_Chunk * sample2 |
Mix_Chunk * sample3 |