Ignore me, I am playing with remotes..
This commit is contained in:
parent
e55c1ccc06
commit
87527a2226
BIN
Unuk-QT/Unuk-QT
Executable file
BIN
Unuk-QT/Unuk-QT
Executable file
Binary file not shown.
@ -2,12 +2,12 @@
|
||||
#include <SDL/SDL.h>
|
||||
#include "../libUnuk/Sprite.h"
|
||||
#include "../libUnuk/Debug.h"
|
||||
#include "../libUnuk/KeyboardInterface.h"
|
||||
#include "Player.h"
|
||||
|
||||
Player::Player(void) {
|
||||
m_posx = 0;
|
||||
m_posy = 0;
|
||||
}
|
||||
Player::Player(void) :
|
||||
m_posx(0),
|
||||
m_posy(0) {}
|
||||
|
||||
Player::~Player(void) {
|
||||
CleanUp();
|
||||
|
Loading…
Reference in New Issue
Block a user