Cleande up the deserialization code
This commit is contained in:
@@ -41,6 +41,8 @@ public:
|
||||
virtual JQuadPtr getIcon(){return JQuadPtr();}
|
||||
|
||||
bool parseLine(const string& s);
|
||||
|
||||
friend ostream& operator<<(ostream& out, const Damageable& p);
|
||||
};
|
||||
|
||||
class Damage: public Interruptible
|
||||
@@ -71,8 +73,4 @@ class DamageStack : public GuiLayer, public Interruptible
|
||||
DamageStack(GameObserver *observer);
|
||||
};
|
||||
|
||||
ostream& operator<<(ostream& out, const Damageable& p);
|
||||
|
||||
istream& operator>>(istream& in, Damageable& p);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user