ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
achievement_state.hpp File Reference

Achievement visibility and unlock state for the game module. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  toy
 Root namespace containing all engine modules.
namespace  toy::game
 Game types and utilities: achievement state and related APIs.

Enumerations

enum class  toy::game::AchievementState : uint8_t { toy::game::Hidden , toy::game::Locked , toy::game::Unlocked }
 State of an achievement: visibility and whether it is unlocked. More...

Detailed Description

Achievement visibility and unlock state for the game module.

Defines toy::game::AchievementState.

Note
Included by game.hpp; do not include this file directly.