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

Poprawki do działania tabelki rozkładów. Poprawka funkcji konwersji int na string.

This commit is contained in:
firleju
2016-09-12 22:10:13 +02:00
parent 803cefc71d
commit 38f25f5235
5 changed files with 21 additions and 16 deletions

View File

@@ -77,9 +77,10 @@ namespace Mtable
void StationIndexInc();
};
struct /*class*/ TMTableTime
class TMTableTime
{
public:
double GameTime;
int dd;
int hh;
@@ -93,6 +94,11 @@ namespace Mtable
TMTableTime(int InitH, int InitM, int InitSRH, int InitSRM, int InitSSH, int InitSSM);
};
TMTableTime *GlobalTime;
extern TMTableTime *GlobalTime;
}
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Mtable;
#endif
#endif // MTABLE_H