root/tests/UI/UIbuilder_test.cfg
@
301
| Revision 278, 219 bytes (checked in by smidl, 17 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | //test |
| 2 | test: |
| 3 | { |
| 4 | type= "test"; |
| 5 | a= 1; |
| 6 | S= "hello!!!"; |
| 7 | }; |
| 8 | test2: |
| 9 | { |
| 10 | type= "internal"; |
| 11 | path="int"; |
| 12 | }; |
| 13 | test3: |
| 14 | { |
| 15 | type= "external"; |
| 16 | filename = "UIbuilder_test_ex.cfg"; |
| 17 | path="test2"; |
| 18 | }; |
| 19 | int: |
| 20 | { |
| 21 | type= "test2"; |
| 22 | a= 1; |
| 23 | S= "yeah!!!"; |
| 24 | }; |
Note: See TracBrowser
for help on using the browser.
