diff options
Diffstat (limited to 'saedit/common.h')
-rw-r--r-- | saedit/common.h | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/saedit/common.h b/saedit/common.h index 21e6526..1715e41 100644 --- a/saedit/common.h +++ b/saedit/common.h @@ -1,24 +1,12 @@ -/*=======================================*\ -| ____ ____ | -| / \ /\ | | -| \____ / \ |____ | -| \ /____\ | | -| \____/prite / \nimation |____ditor | -| | -| Copyleft Vasily_Makarov 2011 | -| | -\*=======================================*/ - #ifndef COMMON_H #define COMMON_H -#include <glib/gi18n.h> +#include <glib.h> -#define POSTFIX_FOLDER "..." -#define SEPARATOR_SLASH "/" -#define GRID_SIZE 32 -#define SPRITE_WIDTH_DEFAULT 64 -#define SPRITE_HEIGHT_DEFAULT 64 -#define FILE_TEMPLATE "template.xml" +gboolean +try_strtoint ( + const gchar *str, + gint *result +); #endif |