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

Merge remote-tracking branch 'tmj/master' into sim

This commit is contained in:
milek7
2020-10-18 23:35:14 +02:00
244 changed files with 54164 additions and 11636 deletions

View File

@@ -1,11 +1,15 @@
#pragma once
#include "gl/shader.h"
#include "opengl33renderer.h"
#include "Texture.h"
#include "uilayer.h"
#include "widgets/map_objects.h"
#include "widgets/popup.h"
#include "gl/framebuffer.h"
#include "frustum.h"
#ifdef WITH_OPENGL_MODERN
#include "opengl33renderer.h"
#endif
namespace ui
{