mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Node definitions transfer
This commit is contained in:
parent
eed727c61b
commit
6da8cb00e2
6 changed files with 80 additions and 2 deletions
|
@ -278,6 +278,8 @@ public:
|
|||
// Get node definition
|
||||
virtual const ContentFeatures& get(content_t c) const=0;
|
||||
virtual const ContentFeatures& get(const MapNode &n) const=0;
|
||||
|
||||
virtual void serialize(std::ostream &os)=0;
|
||||
};
|
||||
|
||||
class IWritableNodeDefManager : public INodeDefManager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue