summaryrefslogblamecommitdiffstats
path: root/hacks/glx/tunnel_draw.h
blob: 643b9584bc6c2f7f32a0ad5b6d5eaffc2313e45a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                       
#define MAX_TEXTURE 10

struct tunnel_state;

extern struct tunnel_state * atunnel_InitTunnel(void);
extern void atunnel_DrawTunnel(struct tunnel_state *,
                       int do_texture, int do_light, GLuint *textures);
extern void atunnel_SplashScreen(struct tunnel_state *,
                         int do_wire, int do_texture, int do_light);
extern void atunnel_FreeTunnel(struct tunnel_state *);