C:/foster/Dev-Cpp/dmf/piedmont/mix.c File Reference

#include <stdlib.h>
#include <SDL.h>
#include <SDL_mixer.h>

Include dependency graph for mix.c:

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


Function Documentation

void handleKey ( SDL_KeyboardEvent  key  ) 

Definition at line 224 of file mix.c.

References music, sample1, sample2, and sample3.

Referenced by main().

int main ( int  argc,
char **  argv 
)

Definition at line 41 of file mix.c.

References handleKey(), music, sample1, sample2, sample3, and Sound::volume.


Variable Documentation

Mix_Music* music

Definition at line 34 of file mix.c.

Referenced by handleKey(), and main().

Mix_Chunk* sample1

Definition at line 35 of file mix.c.

Referenced by handleKey(), and main().

Mix_Chunk * sample2

Definition at line 35 of file mix.c.

Referenced by handleKey(), and main().

Mix_Chunk * sample3

Definition at line 35 of file mix.c.

Referenced by handleKey(), and main().


Generated on Thu May 22 10:42:41 2008 for piedmont by  doxygen 1.5.5