aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/old/vlib/sokol/f/f.v
blob: 5c5e714ec1a83fa8984252c05e348604e7b2dce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module f

import fontstash
import sokol.c

pub const (
	used_import = fontstash.used_import + c.used_import
)

#flag linux -I.

//#include "ft2build.h"

#define SOKOL_FONTSTASH_IMPL
#include "util/sokol_fontstash.h"