forked from mirrors/0ad
9e74e3a077
This was SVN commit r3836.
8 lines
150 B
C++
8 lines
150 B
C++
#include "../Common/Sidebar.h"
|
|
|
|
class MapSidebar : public Sidebar
|
|
{
|
|
public:
|
|
MapSidebar(wxWindow* sidebarContainer, wxWindow* bottomBarContainer);
|
|
};
|