Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
Inventory.cpp File Reference
#include "Inventory.hpp"
#include "../entity/Entity.hpp"
Include dependency graph for Inventory.cpp:

Functions

std::ostream & operator<< (std::ostream &os, const Inventory &inv)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const Inventory inv 
)
Parameters
osostream where to print
invinventory to be printed
Returns
os