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/HeaderControl.h

13 lines
214 B
C++

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