mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-19 10:22:39 +01:00
10 lines
103 B
Plaintext
10 lines
103 B
Plaintext
print(" Required this file");
|
|
|
|
const test_constant = 1;
|
|
|
|
enum TestEnum {
|
|
value0,
|
|
value1,
|
|
value2
|
|
};
|