summaryrefslogtreecommitdiff
path: root/include/types.h
blob: 28a8ea80e0cb6ee7133b03a3af6954d83ecbf051 (plain)
1
2
3
4
5
6
7
8
typedef int lw_Basis_int;
typedef float lw_Basis_float;
typedef char* lw_Basis_string;

struct __lws_0 {
};

typedef struct __lws_0 lw_unit;