transm/gui/MainFrame.h

12 lines
163 B
C
Raw Normal View History

2025-03-31 13:58:49 +08:00
#ifndef MAINFRAME_H
#define MAINFRAME_H
#include <wx/wx.h>
class CMainFrame : public wxFrame
{
public:
explicit CMainFrame(const wxString& title);
};
#endif