16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 19:49:19 +02:00

random start screen image

This commit is contained in:
milek7
2019-10-30 20:28:53 +01:00
parent b48daaf890
commit 6a17b134dc
7 changed files with 24 additions and 5 deletions

View File

@@ -12,6 +12,9 @@ http://mozilla.org/MPL/2.0/.
#include "uilayer.h"
class scenarioloader_ui : public ui_layer {
public:
scenarioloader_ui() : ui_layer() {
load_random_background();
}
// TODO: implement mode-specific elements
};