#ifndef _ABILITY_H #define _ABILITY_H #include "data_tank.h" class Ability { public: Ability (); virtual ~Ability (); }; #endif /* _ABILITY_H */