7 lines
103 B
C
7 lines
103 B
C
|
#ifndef LCFG
|
||
|
#define LCFG
|
||
|
|
||
|
#define PATH_LICENSE ".\\LICENSE"
|
||
|
#define PATH_CFG ".\\cfg\\cfg.ini"
|
||
|
|
||
|
#endif
|