diff options
Diffstat (limited to 'src/client/image.h')
| -rw-r--r-- | src/client/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/image.h b/src/client/image.h index b6347db..352654a 100644 --- a/src/client/image.h +++ b/src/client/image.h @@ -40,6 +40,7 @@ typedef struct image_struct { int w; // width of actual picture int h; // height of actual picture + SDL_Surface *image; GLuint tw; // width of allocated texture GLuint th; // height of allocated texture GLuint tex_id; // texture id |