mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 13:07:41 +00:00
Match CTextParser::ParseTag, thanks Cuyler
This commit is contained in:
@@ -13,6 +13,8 @@ public:
|
||||
CFontImageDef(const TToken< CTexture >& texture, const CVector2f& cropFactor);
|
||||
CFontImageDef(const rstl::vector< TToken< CTexture > >& texture, float fps,
|
||||
const CVector2f& cropFactor);
|
||||
CFontImageDef(const CFontImageDef&);
|
||||
~CFontImageDef();
|
||||
|
||||
bool IsLoaded() const;
|
||||
// inline short GetWidth() { }
|
||||
|
||||
Reference in New Issue
Block a user