From 72ab1fb4c1bf363f46470816d8b914a78ac493c4 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 24 May 2025 11:58:39 +0200 Subject: gui: restructure file layout and apply licenses --- gui/settings.hpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 gui/settings.hpp (limited to 'gui/settings.hpp') diff --git a/gui/settings.hpp b/gui/settings.hpp deleted file mode 100644 index 304394d..0000000 --- a/gui/settings.hpp +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef TURNS_CORE_SETTINGS_HPP -#define TURNS_CORE_SETTINGS_HPP - -#include - -#include - -namespace turns::core -{ - namespace settings::key - { - auto constexpr disposition_friendly_color = "disposition-color-friendly"; - auto constexpr disposition_hostile_color = "disposition-color-hostile"; - auto constexpr disposition_secret_color = "disposition-color-secret"; - auto constexpr skip_defeated = "skip-defeated"; - } // namespace settings::key - - auto get_settings() -> Glib::RefPtr; -} // namespace turns::core - -#endif \ No newline at end of file -- cgit v1.2.3