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