You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
msdfgen: Update to 1.12
This commit is contained in:
2
thirdparty/msdfgen/core/save-bmp.cpp
vendored
2
thirdparty/msdfgen/core/save-bmp.cpp
vendored
@@ -8,10 +8,12 @@
|
||||
#ifdef MSDFGEN_USE_CPP11
|
||||
#include <cstdint>
|
||||
#else
|
||||
namespace msdfgen {
|
||||
typedef int int32_t;
|
||||
typedef unsigned uint32_t;
|
||||
typedef unsigned short uint16_t;
|
||||
typedef unsigned char uint8_t;
|
||||
}
|
||||
#endif
|
||||
|
||||
#include "pixel-conversion.hpp"
|
||||
|
||||
Reference in New Issue
Block a user