Aolis Engine  0.1.0_alpha1
Adventure Game Engine
 All Classes Files Functions Variables
playsound.h
1 /*
2  * File: playsound.h
3  * Author: Jordan Irwin
4  *
5  * Created on November 2, 2014, 9:12 PM
6  */
7 
8 #ifndef AOLIS_AUDIO_PLAYSOUND_H
9 #define AOLIS_AUDIO_PLAYSOUND_H
10 
11 extern int loadSound(const char* filename);
12 extern int playSound();
13 extern int freeSound();
14 
15 #endif /* AOLIS_AUDIO_PLAYSOUND_H */