summaryrefslogtreecommitdiff
path: root/include/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/image.h')
-rwxr-xr-xinclude/image.h2
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();