wxWidgets/include/wx/panel.h

8 lines
110 B
C
Raw Normal View History

#ifndef __PANELH_BASE__
#define __PANELH_BASE__
#include "wx/generic/panelg.h"
#endif
// __PANELH_BASE_