mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
CTextParser imps
This commit is contained in:
@@ -15,12 +15,14 @@ class CDrawStringOptions
|
||||
friend class CRasterFont;
|
||||
friend class CTextExecuteBuffer;
|
||||
friend class CBlockInstruction;
|
||||
friend class CWordInstruction;
|
||||
|
||||
ETextDirection x0_direction = ETextDirection::Horizontal;
|
||||
std::vector<CTextColor> x4_vec;
|
||||
std::vector<CTextColor> x4_colors;
|
||||
public:
|
||||
CDrawStringOptions()
|
||||
{
|
||||
x4_vec.resize(16);
|
||||
x4_colors.resize(16);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user