shithub: neindaw

ref: fdd7d0be76013a747dd2c9f3bf73310ffc0f0705
dir: /common.h/

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

extern char *uitypenames[UInum];