This commit is contained in:
16
src/state/select/info.hpp
Normal file
16
src/state/select/info.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include "../../resources.hpp"
|
||||
|
||||
namespace game::state::select
|
||||
{
|
||||
class Info
|
||||
{
|
||||
public:
|
||||
bool isContinue{};
|
||||
bool isNewGame{};
|
||||
bool isNewGameWarning{};
|
||||
|
||||
void update(Resources&, int characterIndex);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user