#ifndef __URDE_CDRAWSTRINGOPTIONS_HPP__ #define __URDE_CDRAWSTRINGOPTIONS_HPP__ #include #include "RetroTypes.hpp" #include "CGuiTextSupport.hpp" namespace urde { class CDrawStringOptions { friend class CColorOverrideInstruction; friend class CFontRenderState; friend class CRasterFont; u32 x0_ = 0; std::vector x4_vec; public: CDrawStringOptions() { x4_vec.resize(16); } }; } #endif // __URDE_CDRAWSTRINGOPTIONS_HPP__