diff options
| author | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
| commit | badef32037f52f79abc1f1440b786cd71afdf270 (patch) | |
| tree | 412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/glx/tangram_shapes.h | |
| parent | Delete pre-6.00 files (diff) | |
| download | xscreensaver-master.tar.gz xscreensaver-master.tar.xz xscreensaver-master.zip | |
Diffstat (limited to 'hacks/glx/tangram_shapes.h')
| -rw-r--r-- | hacks/glx/tangram_shapes.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/hacks/glx/tangram_shapes.h b/hacks/glx/tangram_shapes.h deleted file mode 100644 index 254f8f3..0000000 --- a/hacks/glx/tangram_shapes.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef TANGRAM_SHAPES_H -#define TANGRAM_SHAPES_H - -/* get_sm_tri_dl - Get small triangle Display List */ -GLuint tangram_get_sm_tri_dl(int wire); -/* get_lg_tri_dl - Get large triangle Display List */ -GLuint tangram_get_lg_tri_dl(int wire); -/* get_md_tri_dl - Get medium triangle Display List */ -GLuint tangram_get_md_tri_dl(int wire); -/* get_square_dl - Get square Display List */ -GLuint tangram_get_square_dl(int wire); -/* get_rhomboid_dl - Get rhomboid Display List */ -GLuint tangram_get_rhomboid_dl(int wire); - -#endif |
