Settings aangepast, als het goed is zit het er nu volledig in

This commit is contained in:
Daniel
2016-05-30 11:58:34 +02:00
parent b53bcac528
commit 0c73b5a586
3 changed files with 36 additions and 34 deletions
+2 -3
View File
@@ -2,9 +2,8 @@
class OpenAL
{
public:
int endWithError(char* msg, int error = 0);
OpenAL();
bool EndWithError(char* msg);
bool Test();
~OpenAL();
boolean Test();
};