mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
boo lambda-API refactor
This commit is contained in:
@@ -22,10 +22,7 @@ class InformationCenter : public ViewerSpace
|
||||
std::vector<hecl::SystemString> m_log;
|
||||
|
||||
View(InformationCenter& ic, specter::ViewResources& res)
|
||||
: specter::View(res, ic.m_vm.rootView()), m_ic(ic)
|
||||
{
|
||||
commitResources(res);
|
||||
}
|
||||
: specter::View(res, ic.m_vm.rootView()), m_ic(ic) {}
|
||||
};
|
||||
|
||||
std::unique_ptr<View> m_view;
|
||||
|
||||
Reference in New Issue
Block a user