Ignore me, I am playing with remotes..

This commit is contained in:
Rtch90 2011-10-16 23:13:18 +01:00
parent e55c1ccc06
commit 87527a2226
2 changed files with 4 additions and 4 deletions

BIN
Unuk-QT/Unuk-QT Executable file

Binary file not shown.

View File

@ -2,12 +2,12 @@
#include <SDL/SDL.h> #include <SDL/SDL.h>
#include "../libUnuk/Sprite.h" #include "../libUnuk/Sprite.h"
#include "../libUnuk/Debug.h" #include "../libUnuk/Debug.h"
#include "../libUnuk/KeyboardInterface.h"
#include "Player.h" #include "Player.h"
Player::Player(void) { Player::Player(void) :
m_posx = 0; m_posx(0),
m_posy = 0; m_posy(0) {}
}
Player::~Player(void) { Player::~Player(void) {
CleanUp(); CleanUp();