Aolis Engine  0.1.0_alpha1
Adventure Game Engine
 All Classes Files Functions Variables
playmusic.h
1 /*
2  * File: playsfx.h
3  * Author: Jordan Irwin
4  *
5  * Created on November 2, 2014
6  */
7 
8 #ifndef AOLIS_AUDIO_PLAYMUSIC_H
9 #define AOLIS_AUDIO_PLAYMUSIC_H
10 
18 extern int loadMusic(const char* filename);
19 
25 extern int playMusic();
26 
32 extern int stopMusic();
33 
40 extern int freeMusic();
41 
42 
43 #endif /* AOLIS_AUDIO_PLAYMUSIC_H */