1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

remove content_* things from map.cpp

This commit is contained in:
darkrose 2011-09-23 18:04:48 +10:00
parent 79cb754358
commit 8b875d71d1
3 changed files with 6 additions and 16 deletions

View file

@ -65,6 +65,9 @@ public:
// Used to make custom inventory menus.
// See format in guiInventoryMenu.cpp.
virtual std::string getInventoryDrawSpecString(){return "";}
// primarily used for locking chests, but others can play too
virtual std::string getOwner(){ return std::string(""); }
virtual void setOwner(std::string t){ }
protected:
static void registerType(u16 id, Factory f);