home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 May / pcp151c.iso / misc / src / install / windows.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-06  |  146 b   |  8 lines

  1. #ifndef H_WINDOWS
  2. #define H_WINDOWS
  3.  
  4. void errorWindow(char * str);
  5. void winStatus(int width, int height, char * title, char * text, ...);
  6.  
  7. #endif
  8.