home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 13 / CDA13.ISO / MISC / SRC / INSTALL / WINDOWS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-23  |  296 b   |  11 lines

  1. #ifndef H_WINDOWS
  2. #define H_WINDOWS
  3.  
  4. void messageWindow(char * title, char * message, ...);
  5. void errorWindow(char * str);
  6. void winMessage(int left, int right, int width, int height, char * title,
  7.         char * text, ...);
  8. void winStatus(int width, int height, char * title, char * text, ...);
  9.  
  10. #endif
  11.