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