#ifndef REMOTECONTROL_H #define REMOTECONTROL_H #include class RemoteControl : public wxPanel { public: RemoteControl(wxWindow* parent); ~RemoteControl() override; }; #endif // REMOTECONTROL_H