fixing qt buids once again

This commit is contained in:
georgemoralis 2024-04-15 22:51:36 +03:00
parent 7b5d8e5ff9
commit 1275378e21
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
#include "qt_gui/game_install_dialog.h"
#include "qt_gui/gui_settings.h"
#include "qt_gui/main_window.h"
#include "src/sdl_window.h"
Frontend::WindowSDL* g_window;
int main(int argc, char* argv[]) {
QApplication a(argc, argv);