root/tests/UI/UIbuilder_test.cfg @ 256

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

doc

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