summaryrefslogtreecommitdiff
path: root/saedit/main.h
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2011-06-10 19:27:00 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2011-06-10 19:27:00 +0400
commit475fc94cb617655fb4c139e3b10b553248367104 (patch)
tree6d9fe1a8c702d036f5dfd8e51e3922c443f9766f /saedit/main.h
parentb6c7454b3b63c0df36888995d0079c45527b5515 (diff)
downloadevol-tools-475fc94cb617655fb4c139e3b10b553248367104.tar.gz
evol-tools-475fc94cb617655fb4c139e3b10b553248367104.tar.bz2
evol-tools-475fc94cb617655fb4c139e3b10b553248367104.tar.xz
evol-tools-475fc94cb617655fb4c139e3b10b553248367104.zip
saedit: Add icon
Diffstat (limited to 'saedit/main.h')
-rw-r--r--saedit/main.h3
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;