mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 22:59:19 +02:00
Dalsze poprawki do AnsiString w różnych plikach.
This commit is contained in:
3
Track.h
3
Track.h
@@ -15,6 +15,7 @@ http://mozilla.org/MPL/2.0/.
|
||||
#include "opengl/glew.h"
|
||||
#include <system.hpp>
|
||||
#include "Classes.h"
|
||||
#include <string>
|
||||
|
||||
class TEvent;
|
||||
|
||||
@@ -275,7 +276,7 @@ class TTrack : public Resource
|
||||
bool IsGroupable();
|
||||
int TestPoint(vector3 *Point);
|
||||
void MovedUp1(double dh);
|
||||
AnsiString NameGet();
|
||||
string NameGet();
|
||||
void VelocitySet(float v);
|
||||
float VelocityGet();
|
||||
void ConnectionsLog();
|
||||
|
||||
Reference in New Issue
Block a user