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
+3
View File
@@ -3,6 +3,7 @@
#include "Entity.h"
#include <string>
#include "Vector.h"
#include "OpenAL.h"
class Enemy : public Entity
{
@@ -16,5 +17,7 @@ public:
void update(float);
void draw();
private:
OpenAL *openal;
};