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

maintenance: removed deprecated files, linux friendly include names

This commit is contained in:
tmj-fstate
2018-10-12 19:53:33 +02:00
parent 66eb3ff731
commit 7933ade080
110 changed files with 235 additions and 5741 deletions

View File

@@ -11,22 +11,22 @@ http://mozilla.org/MPL/2.0/.
#include "drivermode.h"
#include "driveruilayer.h"
#include "globals.h"
#include "Globals.h"
#include "application.h"
#include "simulation.h"
#include "simulationtime.h"
#include "simulationenvironment.h"
#include "lightarray.h"
#include "train.h"
#include "driver.h"
#include "dynobj.h"
#include "model3d.h"
#include "event.h"
#include "Train.h"
#include "Driver.h"
#include "DynObj.h"
#include "Model3d.h"
#include "Event.h""
#include "messaging.h"
#include "timer.h"
#include "Timer.h"
#include "renderer.h"
#include "utilities.h"
#include "logs.h"
#include "Logs.h"
namespace input {