aboutsummaryrefslogtreecommitdiff
path: root/src/xml.h
blob: 47171724744d4899555baa26eba792f7fdb1ae73 (plain)
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