This repository has been archived on 2020-12-25. You can view files and clone it, but cannot push or open issues or pull requests.
ldl3/cfg.h

7 lines
103 B
C

#ifndef LCFG
#define LCFG
#define PATH_LICENSE ".\\LICENSE"
#define PATH_CFG ".\\cfg\\cfg.ini"
#endif