#include #include typedef std::string StringType; typedef wxPanel PanelButton; struct BCSettingsStruct { StringType groupName; StringType buttonName; StringType iconpath; StringType buttonDescription; PanelButton* panel; };