ui ini header

This commit is contained in:
Kueffner, Maximilian
2025-03-13 18:58:00 +01:00
parent 4dbf4f8716
commit 0a34052c2a
4 changed files with 17 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
#include "AppGLFW.hpp"
#include "portable-file-dialogs.h"
#include "uiresources.h"
ui::AppGLFW::AppGLFW()
{
@@ -48,7 +49,7 @@ ui::AppGLFW::AppGLFW()
// " screen heigth " + std::to_string(height));
// Create window with graphics context
window = glfwCreateWindow(1200, 800, "pixelarium", nullptr, nullptr);
window = glfwCreateWindow(1200, 800, PIXELARIUM_TITLE, nullptr, nullptr);
if (window == nullptr)
{
// lg::Logger::Error("no window");