This repository has been archived on 2025-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
RelayFile/UserInterface/OnLineControl.h

13 lines
215 B
C++

#ifndef ONLINECONTROL_H
#define ONLINECONTROL_H
#include <wx/wx.h>
class OnlineControl : public wxPanel
{
public:
OnlineControl(wxWindow* parent);
~OnlineControl() override;
};
#endif // ONLINECONTROL_H