Files
LegacyMultiplayerProject/Minecraft.Client/Common/UI/UITTFFont.h
DrPerkyLegit b3e825ef9c Initial commit
2026-06-23 01:07:42 -04:00

13 lines
159 B
C++

#pragma once
class UITTFFont
{
private:
PBYTE pbData;
//DWORD dwDataSize;
public:
UITTFFont(const string &path, S32 fallbackCharacter);
~UITTFFont();
};