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:
14
launcher/mainmenu.h
Normal file
14
launcher/mainmenu.h
Normal 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
|
||||
Reference in New Issue
Block a user