summaryrefslogtreecommitdiffstats
path: root/thirdparty/msdfgen/core/base.h
blob: ab85c136e124e118db00d83da9add8327b3d7879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

#pragma once

// This file needs to be included first for all MSDFgen sources

#ifndef MSDFGEN_PUBLIC
#include <msdfgen/msdfgen-config.h>
#endif

#include <cstddef>

namespace msdfgen {

typedef unsigned char byte;

}