mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 13:59:19 +02:00
Kompiluje się do DynamicObject. Prace nad TMoverParameters.
This commit is contained in:
6
Ground.h
6
Ground.h
@@ -14,8 +14,10 @@ http://mozilla.org/MPL/2.0/.
|
||||
#include "ResourceManager.h"
|
||||
#include "VBO.h"
|
||||
#include "Classes.h"
|
||||
#include <string>
|
||||
|
||||
using namespace Math3D;
|
||||
using namespace std;
|
||||
|
||||
// Ra: zmniejszone liczby, aby zrobić tabelkę i zoptymalizować wyszukiwanie
|
||||
const int TP_MODEL = 10;
|
||||
@@ -381,8 +383,8 @@ class TGround
|
||||
{
|
||||
return (x / fSubRectSize + fHalfTotalNumSubRects);
|
||||
};
|
||||
TEvent * FindEvent(const AnsiString &asEventName);
|
||||
TEvent * FindEventScan(const AnsiString &asEventName);
|
||||
TEvent * FindEvent(const string &asEventName);
|
||||
TEvent * FindEventScan(const string &asEventName);
|
||||
void TrackJoin(TGroundNode *Current);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user