16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 08:09:19 +02:00

build 170903. scan table fixes, some const correctness improvements

This commit is contained in:
tmj-fstate
2017-09-04 19:08:59 +02:00
parent 5d7206b369
commit 2446468038
15 changed files with 254 additions and 220 deletions

View File

@@ -108,7 +108,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);