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

merged upstream changes

This commit is contained in:
tmj-fstate
2017-01-26 19:09:59 +01:00
8 changed files with 228 additions and 218 deletions

View File

@@ -305,6 +305,9 @@ class Global
static TTextSound *tsRadioBusy[10]; // zajętość kanałów radiowych (wskaźnik na odgrywany dźwięk)
static int iPoKeysPWM[7]; // numery wejść dla PWM
//randomizacja
static std::mt19937 random_engine;
// metody
static void TrainDelete(TDynamicObject *d);
static void ConfigParse(cParser &parser);