28 #ifndef HPL_WIDGET_CHECK_BOX_H 29 #define HPL_WIDGET_CHECK_BOX_H 31 #include "hpl1/engine/gui/Widget.h" 42 void SetChecked(
bool abX);
43 bool IsChecked() {
return mbChecked; }
48 void OnLoadGraphics();
69 #endif // HPL_WIDGET_CHECK_BOX_H
Definition: GuiGfxElement.h:72
Definition: GuiTypes.h:263