mirror of
https://github.com/godotengine/godot.git
synced 2025-02-05 21:41:47 +08:00
17 lines
219 B
C++
17 lines
219 B
C++
|
|
#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;
|
|
|
|
}
|