mirror of https://github.com/AxioDL/metaforce.git
Update submodules
This commit is contained in:
parent
d92fd33cd4
commit
e19f0be2ea
|
@ -19,11 +19,11 @@ class SplashScreen : public Specter::ModalWindow
|
|||
std::unique_ptr<Specter::TextView> m_title;
|
||||
std::unique_ptr<Specter::MultiLineTextView> m_buildInfo;
|
||||
|
||||
Specter::ViewChild<Specter::Button> m_newButt;
|
||||
Specter::ViewChild<Specter::Button> m_openButt;
|
||||
Specter::ViewChild<Specter::Button> m_extractButt;
|
||||
Specter::ViewChild<std::unique_ptr<Specter::Button>> m_newButt;
|
||||
Specter::ViewChild<std::unique_ptr<Specter::Button>> m_openButt;
|
||||
Specter::ViewChild<std::unique_ptr<Specter::Button>> m_extractButt;
|
||||
|
||||
Specter::ViewChild<Specter::FileBrowser> m_fileBrowser;
|
||||
Specter::ViewChild<std::unique_ptr<Specter::FileBrowser>> m_fileBrowser;
|
||||
|
||||
struct NewProjBinding : Specter::IButtonBinding
|
||||
{
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit f723ead1c7ef79881a242934fcd8369ce7e11b48
|
||||
Subproject commit d35b6730f7b3a266818fd7bd774eaa57f28daa44
|
|
@ -1 +1 @@
|
|||
Subproject commit 4c3688cc70a7338b75eed33ef12b4cdd91306c0d
|
||||
Subproject commit 93b4bf136385120f7f7d34cf35e4550107b40684
|
Loading…
Reference in New Issue