The Battle for Wesnoth  1.19.0-dev
Static Public Attributes | List of all members
level_result_defines Struct Reference

#include <level_result.hpp>

Static Public Attributes

static constexpr const char *const victory = "victory"
 
static constexpr const char *const defeat = "defeat"
 
static constexpr const char *const quit = "quit"
 
static constexpr const char *const observer_end = "observer_end"
 
static constexpr const char *const pass = "pass"
 
static constexpr const char *const fail = "fail"
 

Detailed Description

Definition at line 19 of file level_result.hpp.

Member Data Documentation

◆ defeat

constexpr const char* const level_result_defines::defeat = "defeat"
staticconstexpr

Definition at line 22 of file level_result.hpp.

◆ fail

constexpr const char* const level_result_defines::fail = "fail"
staticconstexpr

Definition at line 26 of file level_result.hpp.

◆ observer_end

constexpr const char* const level_result_defines::observer_end = "observer_end"
staticconstexpr

Definition at line 24 of file level_result.hpp.

◆ pass

constexpr const char* const level_result_defines::pass = "pass"
staticconstexpr

Definition at line 25 of file level_result.hpp.

◆ quit

constexpr const char* const level_result_defines::quit = "quit"
staticconstexpr

Definition at line 23 of file level_result.hpp.

◆ victory

constexpr const char* const level_result_defines::victory = "victory"
staticconstexpr

Definition at line 21 of file level_result.hpp.


The documentation for this struct was generated from the following file: