mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 11:39:19 +02:00
Kompiluje się do DynamicObject. Prace nad TMoverParameters.
This commit is contained in:
3
Driver.h
3
Driver.h
@@ -16,6 +16,7 @@ http://mozilla.org/MPL/2.0/.
|
||||
#include <string>
|
||||
using namespace Math3D;
|
||||
using namespace Mtable;
|
||||
using namespace std;
|
||||
|
||||
enum TOrders
|
||||
{ // rozkazy dla AI
|
||||
@@ -378,7 +379,7 @@ class TController
|
||||
|
||||
public:
|
||||
void PhysicsLog();
|
||||
AnsiString StopReasonText();
|
||||
string StopReasonText();
|
||||
~TController();
|
||||
std::string NextStop();
|
||||
void TakeControl(bool yes);
|
||||
|
||||
Reference in New Issue
Block a user