shithub: neindaw

ref: 231b9d446d132a28ef1b7f0f3dd9d2e7a9e53183
dir: /common.h/

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

extern char *uitypenames[UInum];