restructure folder
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
15
components/insa/include/ui/SplashScreen.h
Normal file
15
components/insa/include/ui/SplashScreen.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "MenuOptions.h"
|
||||
#include "common/Widget.h"
|
||||
|
||||
class SplashScreen final : public Widget
|
||||
{
|
||||
public:
|
||||
explicit SplashScreen(menu_options_t *options);
|
||||
void update(uint64_t dt) override;
|
||||
void render() override;
|
||||
|
||||
private:
|
||||
menu_options_t *m_options;
|
||||
};
|
Reference in New Issue
Block a user