OpenAl Werkt! en Setup enzo

This commit is contained in:
Aaldert
2016-06-05 23:49:06 +02:00
parent 47b4d9570d
commit 117010b9fe
18 changed files with 320 additions and 237 deletions
+3 -1
View File
@@ -3,7 +3,6 @@
#include "Entity.h"
#include <string>
#include "Vector.h"
#include "OpenAL.h"
class Enemy : public Entity
{
@@ -20,5 +19,8 @@ public:
void inEyeSight(Vec3f &);
bool hasCollison(Vec3f &);
private:
int hit_sound_id;
};