Move android stkgui files to its own directory
This commit is contained in:
parent
bcd856d7b2
commit
5d840f6bf7
@ -56,7 +56,7 @@ InitAndroidDialog::~InitAndroidDialog()
|
|||||||
|
|
||||||
void InitAndroidDialog::load()
|
void InitAndroidDialog::load()
|
||||||
{
|
{
|
||||||
loadFromFile("init_android.stkgui");
|
loadFromFile("android/init_android.stkgui");
|
||||||
}
|
}
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
@ -43,7 +43,7 @@ using namespace irr::gui;
|
|||||||
MultitouchSettingsDialog::MultitouchSettingsDialog(const float w, const float h)
|
MultitouchSettingsDialog::MultitouchSettingsDialog(const float w, const float h)
|
||||||
: ModalDialog(w, h)
|
: ModalDialog(w, h)
|
||||||
{
|
{
|
||||||
loadFromFile("multitouch_settings.stkgui");
|
loadFromFile("android/multitouch_settings.stkgui");
|
||||||
}
|
}
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user