About 3/4 done with new font system

This commit is contained in:
2023-06-09 23:12:10 -07:00
parent 8b3ecc88a6
commit 1af1f9ef14
23 changed files with 383 additions and 332 deletions

View File

@ -6,7 +6,7 @@
#include "assert/assert.hpp"
namespace Dawn {
typedef uint32_t usagelockid_t;
typedef int32_t usagelockid_t;
class UsageLock {
protected: