home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / pclw11 / paint.h < prev    next >
Encoding:
Text File  |  1994-07-03  |  213 b   |  11 lines

  1. void InitPaint(void);
  2. void PaintMain(HDC,PAINTSTRUCT *);
  3. void ScrollBuffer(void);
  4. void WriteTheString(char *,int);
  5. int  GetYposition(void);
  6. int  GetXposition(void);
  7.  
  8. #define NROWS 25
  9. #define NCOLS 80
  10.  
  11.