#ifndef acl_file_h #define acl_file_h #include char* acl_ReadTextFile(const char *filePath, bool *sucess); #endif