#ifndef H_WINDOWS
#define H_WINDOWS

void messageWindow(char * title, char * message, ...);
void errorWindow(char * str);
void winMessage(int left, int right, int width, int height, char * title,
               char * text, ...);
void winStatus(int width, int height, char * title, char * text, ...);

#endif