shithub: neindaw

ref: 5cf2a66d5a71fad0128b2f9d0b088cea743c0d60
dir: neindaw/common.h

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

extern char *uitypenames[UInum];