WsParser_VS/StoryPresent/storypresent.h

13 lines
173 B
C
Raw Normal View History

2024-09-24 10:43:10 +00:00
#pragma once
#include <QtWidgets/QMainWindow>
class StoryPresent : public QMainWindow {
Q_OBJECT
public:
StoryPresent(QWidget* parent = nullptr);
~StoryPresent();
};