Move stream operator declarations into the same file as their types
This commit is contained in:
@@ -22,4 +22,7 @@ public:
|
||||
std::string descr;
|
||||
};
|
||||
|
||||
std::istream& operator>>(std::istream& in, eQuestStatus& type);
|
||||
std::ostream& operator<<(std::ostream& out, eQuestStatus type);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user