#include #include #include "input.h" using namespace std; int main() { cout << "Hello World!" << endl; sf::Window* window= new sf::Window(sf::VideoMode(400,200),"testSparrowInput"); Input myInput(window, "test.esk",5); bool run = true; while(run){ //myInput.updateEvents(); } vector actions; actions.size(); return 0; }