16
0
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:
firleju
2016-10-25 22:46:26 +02:00
parent 28d5be7363
commit 1491681576
27 changed files with 638 additions and 530 deletions

View File

@@ -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);