X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgfxutil.h;fp=src%2Fgfxutil.h;h=8de560704c860a7f9cf1b4dafe89535fd4f56510;hb=757e7697c9a4434df6f3fdf3234de504bb4636bc;hp=0000000000000000000000000000000000000000;hpb=ecc362e702b77d5c1334656e6f4dc9b17abcb767;p=dosdemo diff --git a/src/gfxutil.h b/src/gfxutil.h new file mode 100644 index 0000000..8de5607 --- /dev/null +++ b/src/gfxutil.h @@ -0,0 +1,7 @@ +#ifndef GFXUTIL_H_ +#define GFXUTIL_H_ + +int clip_line(int *x0, int *y0, int *x1, int *y1, int xmin, int ymin, int xmax, int ymax); +void draw_line(int x0, int y0, int x1, int y1, unsigned short color); + +#endif /* GFXUTIL_H_ */