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

Merge branch 'tmj-dev' into lua

This commit is contained in:
milek7
2017-09-05 20:20:28 +02:00
15 changed files with 254 additions and 179 deletions

View File

@@ -109,7 +109,7 @@ class TEvent // zmienne: ev*
std::string CommandGet();
TCommandType Command();
double ValueGet(int n);
vector3 PositionGet();
vector3 PositionGet() const;
bool StopCommand();
void StopCommandSent();
void Append(TEvent *e);