From 4c5ee43dcc535c8ef84f042b252ff6d4e724754d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 10 Nov 2022 11:59:16 +0100 Subject: fix no-pch msvc build --- editor/tile-editor.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editor/tile-editor.cpp') diff --git a/editor/tile-editor.cpp b/editor/tile-editor.cpp index 66ca1e7b..965245a9 100644 --- a/editor/tile-editor.cpp +++ b/editor/tile-editor.cpp @@ -6,6 +6,7 @@ #include "random.hpp" #include "serialize/json-helper.hpp" #include "serialize/tile-atlas.hpp" +#include namespace floormat { @@ -50,6 +51,8 @@ std::shared_ptr tile_editor::atlas(StringView str) fm_abort("no such atlas: %s", str.cbegin()); } +StringView tile_editor::name() const noexcept { return _name; } + void tile_editor::clear_selection() { _selected_tile = {}; -- cgit v1.2.3