mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-23 22:55:39 +00:00
10 lines
130 B
C
10 lines
130 B
C
|
#ifndef _XMLREADER_H_
|
||
|
#define _XMLREADER_H_
|
||
|
|
||
|
#include <string>
|
||
|
class SystemData;
|
||
|
|
||
|
void parseXMLFile(std::string xmlpath);
|
||
|
|
||
|
#endif
|