mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-28 14:05:43 +00:00
fix: unglob everything else and make it build
This commit is contained in:
@@ -19,7 +19,7 @@ UIAbstractBitmapFont::~UIAbstractBitmapFont()
|
||||
}
|
||||
|
||||
|
||||
UIAbstractBitmapFont::UIAbstractBitmapFont(const string &fontname)
|
||||
UIAbstractBitmapFont::UIAbstractBitmapFont(const std::string &fontname)
|
||||
{
|
||||
m_fontname = fontname;
|
||||
|
||||
@@ -272,7 +272,7 @@ rrbool UIBitmapFont::GetGlyphBitmap(S32 glyph,F32 pixel_scale,IggyBitmapCharacte
|
||||
|
||||
struct DebugData
|
||||
{
|
||||
string name;
|
||||
std::string name;
|
||||
long scale;
|
||||
long mul;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user