Browse Source

include missing cfg files

pull/16/head
Brett Langdon 11 years ago
parent
commit
72d2aa9a2d
2 changed files with 4 additions and 0 deletions
  1. +1
    -0
      example/include_1.cfg
  2. +3
    -0
      example/include_2.cfg

+ 1
- 0
example/include_1.cfg View File

@ -0,0 +1 @@
included_setting = "I was in a different file";

+ 3
- 0
example/include_2.cfg View File

@ -0,0 +1,3 @@
included_sub {
included_value = false;
}

Loading…
Cancel
Save