16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-20 07:59:18 +02:00

Merge branch 'tmj-dev' into milek-dev

This commit is contained in:
milek7
2018-09-16 22:48:53 +02:00
126 changed files with 40430 additions and 6134 deletions

View File

@@ -25,7 +25,7 @@ public:
void Turn( bool const State );
inline
bool GetValue() const {
return ( m_state ? 1 : 0 ); }
return m_state; }
inline
bool Active() {
return ( ( pModelOn != nullptr )