shithub: neindaw

ref: 92275f3b95309a13c8e1aa136bb62e7f6ea71458
dir: /common.h/

View raw version
typedef enum {
	UITGroup,
	UIHGroup,
	UIVGroup,
	UIButton,
	UICheckBox,
	UIVSlider,
	UIHSlider,
	UINEntry,
	UIHBarGraph,
	UIVBarGraph,
	UInum,
}UItype;

extern char *uitypenames[UInum];