1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-25 13:17:46 +00:00

karuku: Reformat code, misc cleanup

This commit is contained in:
Joshua Goins 2023-10-12 23:44:59 -04:00
parent 7a9d136bce
commit 5e38af0878
2 changed files with 5 additions and 1 deletions

View file

@ -9,6 +9,8 @@ struct GameData;
class MainWindow : public NovusMainWindow
{
Q_OBJECT
public:
MainWindow(GameData *data);

View file

@ -54,4 +54,6 @@ MainWindow::MainWindow(GameData *data)
exdPart->loadSheet(item->text(), file);
});
}
}
#include "moc_mainwindow.cpp"