khanat-opennel-code/code/nel/tools/nel_unit_test/ut_misc_files/cfg_with_optional.cfg

11 lines
242 B
INI
Raw Normal View History

2010-05-06 00:08:41 +00:00
#optional "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";