fractal effect is cooking
[dosdemo] / src / gfxutil.h
1 #ifndef GFXUTIL_H_
2 #define GFXUTIL_H_
3
4 int clip_line(int *x0, int *y0, int *x1, int *y1, int xmin, int ymin, int xmax, int ymax);
5 void draw_line(int x0, int y0, int x1, int y1, unsigned short color);
6
7 #endif  /* GFXUTIL_H_ */