16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 18:19:19 +02:00
This commit is contained in:
milek7
2019-01-14 22:45:22 +01:00
parent b2a9388fab
commit f55a5465ef
30 changed files with 172 additions and 214 deletions

View File

@@ -32,12 +32,13 @@ public:
// stores class data in specified file, in legacy (text) format
void
export_as_text( std::string const &Scenariofile ) const;
// process input commands
void
process_commands();
private:
// members
state_serializer m_serializer;
void process_commands();
};
// passes specified sound to all vehicles within range as a radio message broadcasted on specified channel
@@ -59,6 +60,7 @@ extern lua Lua;
extern scene::basic_region *Region;
extern TTrain *Train;
extern uint16_t prev_train_id;
extern bool is_ready;
} // simulation