J :
* Fix PSP compilation errors * This does not magically make it work
This commit is contained in:
@@ -52,6 +52,17 @@ class DamageStack :public GuiLayer, public Interruptible{
|
||||
DamageStack(GameObserver* game);
|
||||
};
|
||||
|
||||
class StableDamageStack : public Interruptible {
|
||||
protected:
|
||||
vector<Damage*> damage;
|
||||
|
||||
public:
|
||||
int resolve();
|
||||
void Render();
|
||||
void Add(Damage*);
|
||||
virtual ostream& toString(ostream& out) const;
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user