summaryrefslogtreecommitdiffhomepage
path: root/loader/vobj-cell.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/vobj-cell.hpp')
-rw-r--r--loader/vobj-cell.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/vobj-cell.hpp b/loader/vobj-cell.hpp
index 1fa22ea2..c5882624 100644
--- a/loader/vobj-cell.hpp
+++ b/loader/vobj-cell.hpp
@@ -1,6 +1,6 @@
#pragma once
#include <cr/String.h>
-#include <memory>
+#include "compat/borrowed-ptr.hpp"
namespace floormat {
@@ -9,7 +9,7 @@ class anim_atlas;
struct vobj_cell final
{
String name, descr;
- std::shared_ptr<class anim_atlas> atlas;
+ bptr<class anim_atlas> atlas;
};
} // namespace floormat