diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-10-19 20:35:03 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-10-19 20:35:03 +0400 |
commit | 580c082d81b21c34886ab59905239eb64449378f (patch) | |
tree | 201a0c7b05e9f92526a159ee2afd791c1fc9613b /saedit/config.h | |
parent | e8cb9b654edff98a0ccdc2aa2de519ee1eaee343 (diff) | |
download | evol-tools-580c082d81b21c34886ab59905239eb64449378f.tar.gz evol-tools-580c082d81b21c34886ab59905239eb64449378f.tar.bz2 evol-tools-580c082d81b21c34886ab59905239eb64449378f.tar.xz evol-tools-580c082d81b21c34886ab59905239eb64449378f.zip |
Edit interface, edit code structure
Diffstat (limited to 'saedit/config.h')
-rw-r--r-- | saedit/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/saedit/config.h b/saedit/config.h index c8904d5..e7c5fb5 100644 --- a/saedit/config.h +++ b/saedit/config.h @@ -12,6 +12,11 @@ #ifndef CONFIG_H #define CONFIG_H +#include <glib.h> +#include <ibusxml.h> +#include "common.h" +#include "xml.h" + #define OPTION_SPRITES_DEFAULT "graphics/sprites/" #define KEY_SHOW_GRID_DEFAULT TRUE |