2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

CTextRenderBuffer boo implementations

This commit is contained in:
Jack Andersen
2016-03-21 22:15:00 -10:00
parent 5108456dc9
commit 7c99de82ec
9 changed files with 321 additions and 58 deletions

View File

@@ -12,11 +12,11 @@ class CTexture;
class CFontImageDef
{
public:
float x0_interval;
float x0_fps;
std::vector<TToken<CTexture>> x4_texs;
zeus::CVector2f x14_pointsPerTexel;
CFontImageDef(std::vector<TToken<CTexture>>&& texs, float interval,
CFontImageDef(std::vector<TToken<CTexture>>&& texs, float fps,
const zeus::CVector2f& vec);
CFontImageDef(TToken<CTexture>&& tex, const zeus::CVector2f& vec);
bool IsLoaded() const;