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

maintenance: opengl and generic gfx class source files split

This commit is contained in:
tmj-fstate
2019-10-14 21:59:01 +02:00
parent 53a176de2f
commit 59df08dbee
28 changed files with 5350 additions and 5178 deletions

View File

@@ -15,12 +15,15 @@ http://mozilla.org/MPL/2.0/.
#include "Globals.h"
#include "simulation.h"
#include "simulationtime.h"
#include "simulationenvironment.h"
#include "scenenodegroups.h"
#include "particles.h"
#include "Event.h"
#include "MemCell.h"
#include "Driver.h"
#include "DynObj.h"
#include "AnimModel.h"
#include "lightarray.h"
#include "TractionPower.h"
#include "application.h"
#include "renderer.h"