X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Ftangram_shapes.h;fp=hacks%2Fglx%2Ftangram_shapes.h;h=95410f86ffb82f084938e069c8ecc4f99c024f45;hb=3f438031d610c7e15fd33876a879b97e290e05fb;hp=0000000000000000000000000000000000000000;hpb=447db08c956099b3b183886729108bf5b364c4b8;p=xscreensaver diff --git a/hacks/glx/tangram_shapes.h b/hacks/glx/tangram_shapes.h new file mode 100644 index 00000000..95410f86 --- /dev/null +++ b/hacks/glx/tangram_shapes.h @@ -0,0 +1,15 @@ +#ifndef TANGRAM_SHAPES_H +#define TANGRAM_SHAPES_H + +/* get_sm_tri_dl - Get small triangle Display List */ +GLuint get_sm_tri_dl(int wire); +/* get_lg_tri_dl - Get large triangle Display List */ +GLuint get_lg_tri_dl(int wire); +/* get_md_tri_dl - Get medium triangle Display List */ +GLuint get_md_tri_dl(int wire); +/* get_square_dl - Get square Display List */ +GLuint get_square_dl(int wire); +/* get_rhomboid_dl - Get rhomboid Display List */ +GLuint get_rhomboid_dl(int wire); + +#endif