diff options
Diffstat (limited to 'sdl/client.h')
-rw-r--r-- | sdl/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdl/client.h b/sdl/client.h index b576a83..3116604 100644 --- a/sdl/client.h +++ b/sdl/client.h @@ -9,6 +9,7 @@ struct client /* display lists identifiers */ GLuint ground_list; GLuint triangle_list; + GLuint figures_list; /* pyramid texture handle */ GLuint textures[2]; |