From 79b8fb11967aa1637e0a0bfaeafab2d77f83ca82 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 21 May 2010 01:51:44 +0200 Subject: Added a basic player class with movements. --- application.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application.h') diff --git a/application.h b/application.h index 1378be6..4bf9251 100644 --- a/application.h +++ b/application.h @@ -8,6 +8,7 @@ #include "bulletpattern.h" #include "shader.h" #include "texture.h" +#include "player.h" class Application { private: @@ -25,6 +26,7 @@ class Application { Texture* background; Texture* texture; GLShaderProgram* shader; + Player *player; std::vector patterns; -- cgit v1.2.3