#ifndef PATH_H #define PATH_H #define PATH_IMAGE "./image/" #define PATH_FONT "./font/" #define PATH_ARENA "./arena/" #define PATH_SOUND "./sound/" #define PATH_MUSIC "./music/" #define PATH_CONFIG "./conf/" #define PATH_LANG "./lang/" #endif