Aolis Engine
0.1.0_alpha1
Adventure Game Engine
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
include
aolis
audio
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 */
Generated on Mon Nov 3 2014 18:55:10 for Aolis Engine by
1.8.3.1