From f330ae5ed3bd73c7b5b582cccde6cdd91d3c6e5b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 24 Dec 2014 17:06:35 +0000 Subject: Added autopilot and control lock HUD buttons. --- src/ui/palette.cc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/ui/palette.cc') diff --git a/src/ui/palette.cc b/src/ui/palette.cc index 6492dc3..9049b72 100644 --- a/src/ui/palette.cc +++ b/src/ui/palette.cc @@ -29,6 +29,25 @@ Palette::Palette() : } +Palette::Palette(const Palette & other ) : + palette_foreground(other.foreground()), + palette_background(other.background()), + palette_border(other.border()), + palette_text(other.text()), + palette_highlight(other.highlight()), + palette_disabled(other.disabled()), + palette_pointer(other.pointer()), + palette_active(other.active()), + palette_debug(other.debug()), + palette_mission(other.mission()), + palette_bold(other.bold()), + palette_fancy(other.fancy()), + palette_warning(other.warning()), + palette_error(other.error()) +{ + +} + Palette::~Palette() { } -- cgit v1.2.3