#pragma once // This file needs to be included first for all MSDFgen sources #ifndef MSDFGEN_PUBLIC #include #endif #include namespace msdfgen { typedef unsigned char byte; }