WsParser_VS/StoryPresent/storypresent.h

15 lines
222 B
C
Raw Normal View History

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