khanat-opennel-code/code/nel/tools/nel_unit_test/ut_misc_files/cfg_with_include.cfg
Laszlo Kis-Adam 0876456a22 Merged in dfighter1985/ryzomcore/dfighter-tools (pull request #93)
Further GUI Editor improvements
2014-10-13 20:17:57 +02:00

10 lines
241 B
INI

#include "included_cfg.cfg"
// #include "not_found_file.cfg" this include should not work
//#include "not_found_file.cfg" this include should not work
// not a valid include #include "not_found_file.cfg
CfgWithInclude = "ok";