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:
10
mtable.h
10
mtable.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user