aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
blob: c8388c4636cfc095a158db98d7ca96fefc2c4f3d (plain) (blame)
1
2
3
4
5
6
typedef struct {
	w_Field displacement;
	w_Select displacement_unit;
} UI;

void init_ui(UI *ui);