began for maemo
[xscreensaver] / xscreensaver / hacks / glx / tangram_shapes.h
1 #ifndef TANGRAM_SHAPES_H
2 #define TANGRAM_SHAPES_H
3
4 /* get_sm_tri_dl - Get small triangle Display List */
5 GLuint get_sm_tri_dl(int wire);
6 /* get_lg_tri_dl - Get large triangle Display List */
7 GLuint get_lg_tri_dl(int wire);
8 /* get_md_tri_dl - Get medium triangle Display List */
9 GLuint get_md_tri_dl(int wire);
10 /* get_square_dl - Get square Display List */
11 GLuint get_square_dl(int wire);
12 /* get_rhomboid_dl - Get rhomboid Display List */
13 GLuint get_rhomboid_dl(int wire);
14
15 #endif