home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / mandel / funcs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-03  |  388 b   |  8 lines

  1. extern void CreateImage(Widget w, image_data_t *data);
  2. extern void CreateImageOld(Widget w, image_data_t *data);
  3. extern void InitBuffer(image_data_t *data);
  4. extern void BufferPoint(Widget w, image_data_t *data, int color, int x, int y);
  5. extern void FlushBuffer(Widget w, image_data_t *data);
  6. extern void BufferRectangle(image_data_t *data, int color, int x0, int y0,
  7.     int x1, int y1);
  8.