mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 13:59:19 +02:00
Merge branch 'milek-dev' into gfx-work
This commit is contained in:
@@ -22,9 +22,9 @@ struct global_settings {
|
||||
// members
|
||||
// data items
|
||||
// TODO: take these out of the settings
|
||||
GLFWwindow *window{ nullptr };
|
||||
bool shiftState{ false }; //m7todo: brzydko
|
||||
bool ctrlState{ false };
|
||||
bool altState{ false };
|
||||
std::mt19937 random_engine{ std::mt19937( static_cast<unsigned int>( std::time( NULL ) ) ) };
|
||||
TDynamicObject *changeDynObj{ nullptr };// info o zmianie pojazdu
|
||||
TWorld *pWorld{ nullptr }; // wskaźnik na świat do usuwania pojazdów
|
||||
|
||||
Reference in New Issue
Block a user