libui/new/test/test.h

10 lines
191 B
C

// 22 april 2015
#include <stdlib.h>
#include <stdint.h>
#include "../ui.h"
// spaced.c
extern void setSpaced(int);
extern uiBox *newHorizontalBox(void);
extern uiBox *newVerticalBox(void);