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