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