forked from mirror/OpenTTD
10 lines
103 B
Plaintext
10 lines
103 B
Plaintext
print(" Required this file");
|
|
|
|
const test_constant = 1;
|
|
|
|
enum TestEnum {
|
|
value0,
|
|
value1,
|
|
value2
|
|
};
|