From b8c538bcdfdcc7f2739934ea96fe98ae61b565dc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 10 Feb 2024 22:27:12 +0100 Subject: style fix --- src/tile-image.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/tile-image.hpp b/src/tile-image.hpp index 7292c5f0..a25b9fed 100644 --- a/src/tile-image.hpp +++ b/src/tile-image.hpp @@ -32,8 +32,12 @@ struct image_ref_ final using tile_image_proto = image_proto_; using tile_image_ref = image_ref_; +extern template struct image_proto_; +extern template struct image_ref_; using wall_image_proto = image_proto_; using wall_image_ref = image_ref_; +extern template struct image_proto_; +extern template struct image_ref_; } // namespace floormat -- cgit v1.2.3