mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-27 08:35:39 +00:00
bc72990f39
Half of the ES code has been missing for 5 days because I am incompetent
10 lines
231 B
C++
10 lines
231 B
C++
#pragma once
|
|
|
|
class SystemData;
|
|
|
|
// Loads gamelist.xml data into a SystemData.
|
|
void parseGamelist(SystemData* system);
|
|
|
|
// Writes currently loaded metadata for a SystemData to gamelist.xml.
|
|
void updateGamelist(SystemData* system);
|