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

More stubs and class discoveries

This commit is contained in:
Jack Andersen
2016-03-10 19:32:18 -10:00
parent e1c9beed7d
commit cc4b5d3f98
8 changed files with 186 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
#include "CGuiFrame.hpp"
namespace urde
{
CGuiFrame::CGuiFrame(u32 id, const std::string& name, CGuiSys& sys, int, int, int)
: x4_name(name), x14_id(id), x1c_transitionOpts(EFrameTransitionOptions::Zero)
{
}
}