summaryrefslogtreecommitdiff
path: root/saedit/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'saedit/common.h')
-rw-r--r--saedit/common.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/saedit/common.h b/saedit/common.h
deleted file mode 100644
index 21e6526..0000000
--- a/saedit/common.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*=======================================*\
-| ____ ____ |
-| / \ /\ | |
-| \____ / \ |____ |
-| \ /____\ | |
-| \____/prite / \nimation |____ditor |
-| |
-| Copyleft Vasily_Makarov 2011 |
-| |
-\*=======================================*/
-
-#ifndef COMMON_H
-#define COMMON_H
-
-#include <glib/gi18n.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"
-
-#endif