libui/zNEW_test/controls_unix.c

12 lines
188 B
C
Raw Normal View History

2019-06-18 19:36:17 -05:00
// 10 june 2019
#include "test_unix.h"
static const uiControlOSVtable vtable = {
.Size = sizeof (uiControlOSVtable),
};
const uiControlOSVtable *testOSVtable(void)
{
return &vtable;
}