From 47b9691f9bde62ea62f6601503997d93ed7ab64c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 Jul 2024 12:27:46 +0200 Subject: wa --- loader/wall-cell.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loader/wall-cell.hpp') diff --git a/loader/wall-cell.hpp b/loader/wall-cell.hpp index 541a8339..690896c2 100644 --- a/loader/wall-cell.hpp +++ b/loader/wall-cell.hpp @@ -1,5 +1,5 @@ #pragma once -#include +#include "compat/borrowed-ptr.hpp" #include namespace floormat { @@ -8,7 +8,7 @@ class wall_atlas; struct wall_cell { - std::shared_ptr atlas; + bptr atlas; String name; static Array load_atlases_from_json(); -- cgit v1.2.3