#ifndef ABILITY_H #define ABILITY_H #include "data_tank.h" class Ability { public: Ability (); ~Ability (); }; #endif