]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/environment.h
Fix MinGW build
[dragonfireclient.git] / src / environment.h
index 86654937d0f18aee14402e530906d9385c032d3c..9f9a0a23ccbf1bc6e35096086985722c769c565b 100644 (file)
@@ -283,6 +283,7 @@ class ServerEnvironment : public Environment
        // Script-aware node setters
        bool setNode(v3s16 p, const MapNode &n);
        bool removeNode(v3s16 p);
+       bool swapNode(v3s16 p, const MapNode &n);
        
        // Find all active objects inside a radius around a point
        std::set<u16> getObjectsInsideRadius(v3f pos, float radius);