blob: 35f1724dce491ccd8b36f112829640d2a4536efe (
plain) (
tree)
|
|
/*=======================================*\
| ____ ____ |
| / \ /\ | |
| \____ / \ |____ |
| \ /____\ | |
| \____/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
#endif
|