blob: 60a7cb31d78d62d41819cfa5330b076c84d280a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|