#include "playerinput.h" char playerInput(){ char c; return c;}
#include "playerinput.h"
char playerInput(){
char c;
return c;
}