diff options
Diffstat (limited to 'saedit/main.h')
-rw-r--r-- | saedit/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/saedit/main.h b/saedit/main.h index 69f5348..3b56737 100644 --- a/saedit/main.h +++ b/saedit/main.h @@ -23,6 +23,7 @@ const int SPRITE_WIDTH_DEFAULT = 64; const int SPRITE_HEIGHT_DEFAULT = 64; const int GRID_SIZE = 32; const gchar *BACKGROUNDS_DIR = "backgrounds"; +const gchar *ICON_PATH = "icon.svg"; typedef struct { XMLNode *node; @@ -69,6 +70,8 @@ GList *imagesets = NULL; GList *actions = NULL; GList *animations = NULL; +GdkPixbuf *icon = NULL; + XMLNode *root = NULL; imageset_info *imageset = NULL; |