Etterna 0.74.4
Loading...
Searching...
No Matches
ScreenProfileSave.h
1#ifndef SCREEN_PROFILE_SAVE_H
2#define SCREEN_PROFILE_SAVE_H
3
4#include "ScreenWithMenuElements.h"
5
7{
8 public:
9 void BeginScreen() override;
10 bool Input(const InputEventPlus& input) override;
11 void Continue();
12
13 void PushSelf(lua_State* L) override;
14};
15
16#endif
Holds a device input plus Game/Menu translations.
Definition InputEventPlus.h:9
Definition ScreenProfileSave.h:7
void BeginScreen() override
This is called immediately before the screen is used.
Definition ScreenProfileSave.cpp:11
Definition ScreenWithMenuElements.h:12