From 9a231ffd8bd35108092d218c834544657bfb5986 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 15 Jan 2024 12:01:33 +0100 Subject: c --- editor/app.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'editor/app.hpp') diff --git a/editor/app.hpp b/editor/app.hpp index 5aefe4f5..662313bc 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -1,6 +1,6 @@ #pragma once #include "compat/defs.hpp" -#include "compat/enum-bitset.hpp" +#include "compat/enum-bitset-fwd.hpp" #include "floormat/app.hpp" #include "keys.hpp" #include "src/global-coords.hpp" @@ -176,9 +176,8 @@ private: Pointer _wireframe; Pointer _tests; Pointer _editor; - - key_set keys; - std::array key_modifiers = {}; + Pointer keys_; + std::array key_modifiers = {}; std::vector inspectors; object_id _character_id = 0; struct cursor_state cursor; -- cgit v1.2.3