mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Redefine NodeResolver interface and replace with callback mechanism
This commit is contained in:
@@ -192,7 +192,7 @@ public:
|
||||
virtual GenElement *getByName(const std::string &name);
|
||||
|
||||
protected:
|
||||
NodeResolver *m_resolver;
|
||||
INodeDefManager *m_ndef;
|
||||
std::vector<GenElement *> m_elements;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user