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/tunnel_draw.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/tunnel_draw.h')
| -rw-r--r-- | hacks/glx/tunnel_draw.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hacks/glx/tunnel_draw.h b/hacks/glx/tunnel_draw.h deleted file mode 100644 index 643b958..0000000 --- a/hacks/glx/tunnel_draw.h +++ /dev/null @@ -1,11 +0,0 @@ -#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 *); - |
