mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 00:09:18 +02:00
continued refactoring: traction, events, event launchers, sounds; additional diagnostics timers, minor performance enhancements and bug fixes
This commit is contained in:
@@ -37,7 +37,11 @@ class TMemCell : public editor::basic_node {
|
||||
bool
|
||||
Load(cParser *parser);
|
||||
void
|
||||
#ifdef EU07_USE_OLD_GROUNDCODE
|
||||
PutCommand( TController *Mech, Math3D::vector3 *Loc );
|
||||
#else
|
||||
PutCommand( TController *Mech, glm::dvec3 const *Loc );
|
||||
#endif
|
||||
bool
|
||||
Compare( std::string const &szTestText, double const fTestValue1, double const fTestValue2, int const CheckMask );
|
||||
std::string const &
|
||||
|
||||
Reference in New Issue
Block a user