summaryrefslogtreecommitdiff
path: root/src/nodedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodedef.h')
-rw-r--r--src/nodedef.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nodedef.h b/src/nodedef.h
index 68f6c8c37..3a5e5228d 100644
--- a/src/nodedef.h
+++ b/src/nodedef.h
@@ -336,6 +336,11 @@ public:
virtual void updateAliases(IItemDefManager *idef)=0;
/*
+ Override textures from servers with ones specified in texturepack/override.txt
+ */
+ virtual void applyTextureOverrides(const std::string &override_filepath)=0;
+
+ /*
Update tile textures to latest return values of TextueSource.
*/
virtual void updateTextures(IGameDef *gamedef,
@@ -378,4 +383,3 @@ public:
};
#endif
-