1 2 3 4 5 6 7 8 9
#ifndef __XML_H #define __XML_H #include <SDL.h> int Xml_ReadInterface(const char *file, SDL_Surface *surface); #endif