Fixed some bugs with buffers during font building

This commit is contained in:
2023-05-31 10:47:06 -07:00
parent e3d0070e95
commit 970e98f49a
14 changed files with 186 additions and 76 deletions

View File

@ -0,0 +1,9 @@
// Copyright (c) 2023 Dominic Masters
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
#pragma once
#define MACRO_STRINGIFY_RAW(x) #x
#define MACRO_STRINGIFY(x) MACRO_STRINGIFY_RAW(x)