mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
toggleable lua support during build
This commit is contained in:
@@ -41,9 +41,12 @@ instance_table Instances;
|
||||
vehicle_table Vehicles;
|
||||
train_table Trains;
|
||||
light_array Lights;
|
||||
lua Lua;
|
||||
particle_manager Particles;
|
||||
|
||||
#ifdef WITH_LUA
|
||||
lua Lua;
|
||||
#endif
|
||||
|
||||
scene::basic_region *Region { nullptr };
|
||||
TTrain *Train { nullptr };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user