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

Obsługa rozkładu jazdy przetłumaczona na C++.

This commit is contained in:
firleju
2016-09-09 06:38:50 +02:00
parent a324e9fd02
commit 803cefc71d
15 changed files with 717 additions and 60 deletions

View File

@@ -22,10 +22,12 @@ http://mozilla.org/MPL/2.0/.
#include "logs.h"
#include "Globals.h"
#include "Timer.h"
#include "mtable.hpp"
#include "mtable.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
using namespace Mtable;
double TSubModel::fSquareDist = 0;
int TSubModel::iInstance; // numer renderowanego egzemplarza obiektu
GLuint *TSubModel::ReplacableSkinId = NULL;