godot/thirdparty/msdfgen/core/base.h


#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 {

byte;

}