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

15 lines
243 B
C
Raw Normal View History

2023-08-31 14:21:19 +02:00
// SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
// SPDX-License-Identifier: GPL-3.0-or-later
2023-08-31 14:18:50 +02:00
#pragma once
2023-10-10 18:09:14 -04:00
#include "novusmainwindow.h"
2023-08-31 14:18:50 +02:00
2023-10-10 18:09:14 -04:00
class MainWindow : public NovusMainWindow
2023-10-10 18:02:13 -04:00
{
Q_OBJECT
2023-08-31 14:18:50 +02:00
public:
MainWindow();
};