gtransm/gui/mainframe.h

12 lines
141 B
C++

#ifndef MAINFRAME_H
#define MAINFRAME_H
#include <wx/wx.h>
class CMainFrame : public wxApp
{
public:
bool OnInit() override;
};
#endif