Compare commits
2 Commits
b1b7277666
...
d7f52239f0
| Author | SHA1 | Date | |
|---|---|---|---|
| d7f52239f0 | |||
| 72f4ea75ff |
@@ -9,12 +9,11 @@
|
|||||||
|
|
||||||
static const int INFO_SECTIONS_COUNT = 5;
|
static const int INFO_SECTIONS_COUNT = 5;
|
||||||
|
|
||||||
|
|
||||||
class InfoAppMenu : public AppMenu {
|
class InfoAppMenu : public AppMenu {
|
||||||
private:
|
private:
|
||||||
PlayerCursor playerCursor;
|
PlayerCursor playerCursor;
|
||||||
sf::String sectionsName[INFO_SECTIONS_COUNT];
|
std::array<std::string, INFO_SECTIONS_COUNT> sectionsName;
|
||||||
sf::String sectionsContent[INFO_SECTIONS_COUNT];
|
std::array<std::string, INFO_SECTIONS_COUNT> sectionsContent;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
InfoAppMenu(std::shared_ptr<MenuStack> menuStack, std::shared_ptr<Settings> settings, std::shared_ptr<sf::RenderWindow> renderWindow);
|
InfoAppMenu(std::shared_ptr<MenuStack> menuStack, std::shared_ptr<Settings> settings, std::shared_ptr<sf::RenderWindow> renderWindow);
|
||||||
|
|||||||
Reference in New Issue
Block a user