diff options
Diffstat (limited to 'include/image.h')
| -rwxr-xr-x | include/image.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h index cacb469..be3826d 100755 --- a/include/image.h +++ b/include/image.h @@ -14,12 +14,14 @@ #define IMAGE_GROUP_USER "user" #define IMAGE_GROUP_OTHER "other" +/* typedef struct image_struct { char *name; char *group; SDL_Surface *image; } image_data_t; +*/ extern bool_t isImageInicialized(); extern void initImageData(); |