]> git.localhorst.tv Git - blank.git/blobdiff - src/world/BlockTypeRegistry.hpp
some annotations
[blank.git] / src / world / BlockTypeRegistry.hpp
index 9d9597dde0716348245f8a3e4d0622b008b50d8c..6612d1516e72c893298f21ed193830a15fdd5671 100644 (file)
@@ -20,7 +20,7 @@ public:
 public:
        BlockTypeRegistry();
 
-       Block::Type Add(const BlockType &);
+       Block::Type Add(BlockType &&);
 
        size_t size() const noexcept { return types.size(); }