More Generalized

This commit is contained in:
Aaldert
2016-06-05 15:26:14 +02:00
parent f0a8330819
commit 0afbca8ffc
4 changed files with 25 additions and 10 deletions
+4 -1
View File
@@ -4,6 +4,9 @@ class OpenAL
public:
OpenAL();
int EndWithError(char* msg);
int Init();
int playMusic(void);
bool isMusicPlaying();
~OpenAL();
private:
bool isPlaying;
};