mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 23:03:56 -07:00
7 lines
150 B
C++
7 lines
150 B
C++
#include "../Common/Sidebar.h"
|
|
|
|
class MapSidebar : public Sidebar
|
|
{
|
|
public:
|
|
MapSidebar(wxWindow* sidebarContainer, wxWindow* bottomBarContainer);
|
|
};
|