#ifndef TEXT_H #define TEXT_H int centerx(char* txt); int centery(); void flushright(int line, char* txt); #endif