mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 04:27:42 +00:00
Various stubs and imps
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "CGuiTextSupport.hpp"
|
||||
#include "CSimplePool.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CGuiTextSupport::CGuiTextSupport(TResId fontId, const CGuiTextProperties& props,
|
||||
const zeus::CColor& col1, const zeus::CColor& col2,
|
||||
const zeus::CColor& col3, int, int, CSimplePool* store)
|
||||
{
|
||||
store->GetObj({SBIG('FONT'), fontId});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user