16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-23 00:29:19 +02:00
This commit is contained in:
milek7
2019-08-09 00:45:38 +02:00
parent 540b21113e
commit 1626864bfe
14 changed files with 493 additions and 475 deletions

View File

@@ -12,7 +12,6 @@ http://mozilla.org/MPL/2.0/.
#include "uilayer.h"
#include "launcher/scenery_list.h"
#include "launcher/keymapper.h"
#include "launcher/mainmenu.h"
#include "launcher/vehicle_picker.h"
class launcher_ui : public ui_layer {
@@ -21,8 +20,9 @@ public:
bool on_key(const int Key, const int Action) override;
private:
void render_() override;
ui::scenerylist_panel m_scenerylist_panel;
ui::keymapper_panel m_keymapper_panel;
ui::mainmenu_panel m_mainmenu_panel;
ui::vehiclepicker_panel m_vehiclepicker_panel;
};