1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-20 19:57:44 +00:00
novus/sdklauncher/include/mainwindow.h

9 lines
107 B
C
Raw Normal View History

2023-08-31 14:18:50 +02:00
#pragma once
#include <QMainWindow>
class MainWindow : public QMainWindow {
public:
MainWindow();
};