#ifndef __XML_H #define __XML_H #include int Xml_ReadInterface(const char *file, SDL_Surface *surface); #endif