#ifndef _XMLREADER_H_
#define _XMLREADER_H_
#include <string>
class SystemData;
void parseGamelist(SystemData* system);
#endif