ES-DE/src/XMLReader.h

10 lines
130 B
C
Raw Normal View History

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