1
#include <arrayheader.rh>
2
#include <basicheader.rh>
3
4
RESOURCE ARRAY_TYPES_DEFAULTS r_test_array_partial
5
{
6
structs =
7
8
ONE_STRING
9
10
text = "Hi there";
11
},
12
13
14
text = "And again";
15
}
16
};
17