home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / misc / src / install / windows.h < prev    next >
C/C++ Source or Header  |  1997-09-17  |  146b  |  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.