mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 21:49:19 +02:00
removed dependencies on the old parser. The code can now be compiled outside of Borland C++
This commit is contained in:
15
TrkFoll.cpp
15
TrkFoll.cpp
@@ -13,20 +13,13 @@ http://mozilla.org/MPL/2.0/.
|
||||
|
||||
*/
|
||||
|
||||
#include "system.hpp"
|
||||
#include "classes.hpp"
|
||||
|
||||
#include "opengl/glew.h"
|
||||
#include "opengl/glut.h"
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "TrkFoll.h"
|
||||
#include "Globals.h"
|
||||
#include "DynObj.h"
|
||||
#include "Ground.h"
|
||||
#include "Event.h"
|
||||
#include "Logs.h"
|
||||
#include "Driver.h"
|
||||
#include "DynObj.h"
|
||||
#include "Event.h"
|
||||
|
||||
TTrackFollower::TTrackFollower()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user