From f18096a5c43d5cc52670c24d73d3efeebb120307 Mon Sep 17 00:00:00 2001 From: oroborus Date: Mon, 2 Jun 2008 20:17:46 +0000 Subject: - data ako obrazky, zvuky hudba sa uklada do mojho storage API ( storage.c/.h ) a image.c sound.c music.c je iba skupina funkcii ktora vola storage API, teraz tam ma podstatne mensiu dupicitu kodu v hore vymenovanych zdrojakoch git-svn-id: http://opensvn.csie.org/tuxanci_ng@58 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- include/image.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/image.h') 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(); -- cgit v1.2.3