16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-09-01 20:59:18 +02:00

add missing files

This commit is contained in:
milek7
2019-07-31 17:22:13 +02:00
parent f10e15f408
commit ee65ca77e3
12 changed files with 928 additions and 0 deletions

14
launcher/mainmenu.h Normal file
View File

@@ -0,0 +1,14 @@
#pragma once
#include "uilayer.h"
namespace ui
{
class mainmenu_panel : public ui_panel
{
public:
mainmenu_panel();
void render() override;
};
} // namespace ui