Make clang-format happy
This commit is contained in:
parent
1c5ec55215
commit
22cf4452c6
@ -43,7 +43,8 @@ public:
|
|||||||
Inventory *createDetachedInventory(const std::string &name, IItemDefManager *idef,
|
Inventory *createDetachedInventory(const std::string &name, IItemDefManager *idef,
|
||||||
const std::string &player = "");
|
const std::string &player = "");
|
||||||
bool removeDetachedInventory(const std::string &name);
|
bool removeDetachedInventory(const std::string &name);
|
||||||
bool checkDetachedInventoryAccess(const InventoryLocation &loc, const std::string &player) const;
|
bool checkDetachedInventoryAccess(
|
||||||
|
const InventoryLocation &loc, const std::string &player) const;
|
||||||
|
|
||||||
void sendDetachedInventories(const std::string &peer_name, bool incremental,
|
void sendDetachedInventories(const std::string &peer_name, bool incremental,
|
||||||
std::function<void(const std::string &, Inventory *)> apply_cb);
|
std::function<void(const std::string &, Inventory *)> apply_cb);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user