root/tests/UI/UIbuilder_test.cfg @ 248

Revision 248, 212 bytes (checked in by smidl, 15 years ago)

doc

RevLine 
[244]1test:
2{
3type= "test";
4a= 1;
5S= "hello!!!";
6};
7test2:
8{
[246]9type= "internal";
10path="int";
11};
12test3:
13{
[244]14type= "external";
15filename = "UIbuilder_test_ex.cfg";
16path="test2";
[246]17};
18int:
19{
20type= "test2";
21a= 1;
22S= "yeah!!!";
[244]23};
Note: See TracBrowser for help on using the browser.