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