refactor(furvm): add shared pointer aliases

This commit is contained in:
2026-06-06 23:08:20 +02:00
parent 6824015728
commit daf16c18e1
6 changed files with 56 additions and 40 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
namespace furvm {
thing::thing(rzecz, thing_handle id, thing_t type, const std::shared_ptr<context>& context)
thing::thing(rzecz, thing_handle id, thing_t type, const context_p& context)
: m_id(id), m_type(type), m_context(context) {}
thing::~thing() {}