#include "chat.h" chat::chat(void) { } chat::~chat(void) { } string chat::getInput() { string temp = strEnteredInput; strEnteredInput.clear(); return temp; } void chat::draw(ALLEGRO_FONT *font, ALLEGRO_COLOR color) { for(int x=0; x