WorldSim  inDev
2D tile-based sandbox RPG with procedurally generated fantasy world simulator 🌏
Macros | Functions
Social.cpp File Reference
#include "Social.hpp"
Include dependency graph for Social.cpp:
This graph shows which files directly or indirectly include this file:

Macros

#define WORLDSIM_SOCIAL_CPP
 

Functions

std::ostream & operator<< (std::ostream &os, const Relationship &r)
 
std::ostream & operator<< (std::ostream &os, const Social &s)
 

Macro Definition Documentation

◆ WORLDSIM_SOCIAL_CPP

#define WORLDSIM_SOCIAL_CPP

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  os,
const Relationship r 
)

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  os,
const Social s 
)