gtransm/gui/mainframe.h

13 lines
171 B
C
Raw Normal View History

2025-04-01 16:51:30 +08:00
#ifndef MAINFRAME_H
#define MAINFRAME_H
#include <wx/wx.h>
2025-04-02 10:36:48 +08:00
#include "design/basepanel.h"
2025-04-01 16:51:30 +08:00
class CMainFrame : public wxApp
{
public:
bool OnInit() override;
};
#endif