summaryrefslogtreecommitdiffstats
path: root/KeyboardController.cpp
blob: dc7155d82c5573218799c5e9b99c3bb5e596a015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "KeyboardController.h"


KeyboardController::KeyboardController(Player& player):
	Controller(player)
{
}



KeyboardController::~KeyboardController(void)
{
}