summaryrefslogtreecommitdiff
path: root/src/core/types.h
blob: 40dc8521caecbd600d2396becd863bc5c8863a52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef TYPES_H
#define TYPES_H

struct APLWC
{
	APLWCFunctions *fns;
	void *aux;
	void *base;

	void *ws;
	size_t ws_size;
};

#endif /* TYPES_H */