mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-23 00:29:19 +02:00
cleanup
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user