Werkt, maar loopt vast

This commit is contained in:
Daniel
2016-05-30 12:46:49 +02:00
parent a80fc69043
commit f0a8330819
3 changed files with 15 additions and 13 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ class OpenAL
{
public:
OpenAL();
bool EndWithError(char* msg);
bool Test();
int EndWithError(char* msg);
int Init();
~OpenAL();
};