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