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

Add TGUI library

This commit is contained in:
2025-09-08 18:32:38 +02:00
parent 6212712bfc
commit c6564351e8
5 changed files with 30 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ http://mozilla.org/MPL/2.0/.
#include "stdafx.h"
#include "uilayer.h"
#include "TGUI/TGUI.hpp"
#include <TGUI/Backend/GLFW-OpenGL3.hpp>
#include "Globals.h"
#include "renderer.h"
#include "Logs.h"