khanat-opennel-code/code/nel/tools/nel_unit_test/ut_misc_files/cfg_with_include.cfg
2010-05-06 02:08:41 +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";