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

#include <campaign_type.hpp>

Static Public Attributes

static constexpr const char *const scenario = "scenario"
 
static constexpr const char *const multiplayer = "multiplayer"
 
static constexpr const char *const test = "test"
 
static constexpr const char *const tutorial = "tutorial"
 

Detailed Description

Definition at line 19 of file campaign_type.hpp.

Member Data Documentation

◆ multiplayer

constexpr const char* const campaign_type_defines::multiplayer = "multiplayer"
staticconstexpr

Definition at line 22 of file campaign_type.hpp.

◆ scenario

constexpr const char* const campaign_type_defines::scenario = "scenario"
staticconstexpr

Definition at line 21 of file campaign_type.hpp.

◆ test

constexpr const char* const campaign_type_defines::test = "test"
staticconstexpr

Definition at line 23 of file campaign_type.hpp.

◆ tutorial

constexpr const char* const campaign_type_defines::tutorial = "tutorial"
staticconstexpr

Definition at line 24 of file campaign_type.hpp.


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