fix: unglob everything else and make it build

This commit is contained in:
Tropical
2026-03-06 21:06:31 -06:00
parent 04ff82ba70
commit e0479e90b4
114 changed files with 237 additions and 237 deletions

View File

@@ -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;