1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-19 10:22:39 +01:00
Files
OpenTTD/regression/regression/require.nut

10 lines
103 B
Plaintext

print(" Required this file");
const test_constant = 1;
enum TestEnum {
value0,
value1,
value2
};