summaryrefslogtreecommitdiff
path: root/src/livery.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/livery.h')
-rw-r--r--src/livery.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/livery.h b/src/livery.h
index 7ffa4a644..5845ffabb 100644
--- a/src/livery.h
+++ b/src/livery.h
@@ -59,6 +59,7 @@ enum LiveryScheme {
};
DECLARE_POSTFIX_INCREMENT(LiveryScheme)
+/** Helper information for extract tool. */
template <> struct EnumPropsT<LiveryScheme> : MakeEnumPropsT<LiveryScheme, byte, LS_BEGIN, LS_END, LS_END, 8> {};
/** List of different livery classes, used only by the livery GUI. */
@@ -71,7 +72,7 @@ enum LiveryClass {
LC_END
};
-
+/** Information about a particular livery. */
struct Livery {
bool in_use; ///< Set if this livery should be used instead of the default livery.
byte colour1; ///< First colour, for all vehicles.