Skip to content

Instantly share code, notes, and snippets.

@chancez
Created July 29, 2012 06:26
Show Gist options
  • Save chancez/3196402 to your computer and use it in GitHub Desktop.
Save chancez/3196402 to your computer and use it in GitHub Desktop.
ostream& operator<<(ostream& out, const Potion& aPotion)
{
out << "Potion of " << PotionTypeString(aPotion.type) << endl;
return out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment