gtransm/gui/mainframe.h

12 lines
141 B
C
Raw Normal View History

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