The Battle for Wesnoth
1.15.9+dev
units
alignment.hpp
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
gettext.hpp
"
5
#include "
utils/make_enum.hpp
"
6
7
MAKE_ENUM
(UNIT_ALIGNMENT,
8
(LAWFUL,
N_
(
"lawful"
))
9
(NEUTRAL,
N_
(
"neutral"
))
10
(CHAOTIC,
N_
(
"chaotic"
))
11
(LIMINAL,
N_
(
"liminal"
))
12
)
gettext.hpp
MAKE_ENUM
#define MAKE_ENUM(NAME, CONTENT)
Definition:
make_enum.hpp:158
N_
#define N_(String)
Definition:
gettext.hpp:100
make_enum.hpp
Defines the MAKE_ENUM macro.
Generated by
1.8.13