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

removed dependencies on the old parser. The code can now be compiled outside of Borland C++

This commit is contained in:
tmj-fstate
2017-01-15 15:04:17 +01:00
parent 7df7c8b76e
commit 15cf3d73a8
87 changed files with 3395 additions and 3232 deletions

View File

@@ -7,16 +7,15 @@ obtain one at
http://mozilla.org/MPL/2.0/.
*/
#ifndef DriverH
#define DriverH
#pragma once
//#include <fstream>
#include <string>
#include "Classes.h"
#include "dumb3d.h"
#include <fstream>
#include <string>
#include "mczapkie/mover.h"
using namespace Math3D;
using namespace Mtable;
using namespace std;
enum TOrders
{ // rozkazy dla AI
@@ -379,7 +378,7 @@ class TController
public:
void PhysicsLog();
string StopReasonText();
std::string StopReasonText();
~TController();
std::string NextStop();
void TakeControl(bool yes);
@@ -403,5 +402,3 @@ class TController
void RouteSwitch(int d);
std::string OwnerName();
};
#endif