mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 01:19:19 +02:00
build 180923. basic precipitation visualization system, minor bug fixes
This commit is contained in:
4
scene.h
4
scene.h
@@ -53,6 +53,7 @@ struct scratch_data {
|
||||
bool is_open { false };
|
||||
} trainset;
|
||||
|
||||
std::string name;
|
||||
bool initialized { false };
|
||||
};
|
||||
|
||||
@@ -321,6 +322,9 @@ public:
|
||||
// legacy method, updates sounds around camera
|
||||
void
|
||||
update_sounds();
|
||||
// checks whether specified file is a valid region data file
|
||||
bool
|
||||
is_scene( std::string const &Scenariofile ) const;
|
||||
// stores content of the class in file with specified name
|
||||
void
|
||||
serialize( std::string const &Scenariofile ) const;
|
||||
|
||||
Reference in New Issue
Block a user