diff options
Diffstat (limited to 'include/path.h')
| -rw-r--r-- | include/path.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/path.h b/include/path.h new file mode 100644 index 0000000..60a7cb3 --- /dev/null +++ b/include/path.h @@ -0,0 +1,14 @@ + +#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 |