blob: 21e6526b77c95f2e0bf4f3a3fb61449df0e51780 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
/*=======================================*\
| ____ ____ |
| / \ /\ | |
| \____ / \ |____ |
| \ /____\ | |
| \____/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
|