#ifndef _AI_H #define _AI_H class AI { public: AI (); virtual ~AI (); }; #endif /* _AI_H */