#ifndef INTELLIGENCE_H #define INTELLIGENCE_H #include #include char *ai_ask(char *question); #endif //INTELLIGENCE_H