From de57bc38217c09a0ae4a143f631896652368ecc3 Mon Sep 17 00:00:00 2001 From: Dark1-dev Date: Wed, 1 Mar 2023 21:32:53 +0600 Subject: Add files via upload --- src/Core/GameInfo/loadsupportedgames.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/Core/GameInfo/loadsupportedgames.h (limited to 'src/Core/GameInfo/loadsupportedgames.h') diff --git a/src/Core/GameInfo/loadsupportedgames.h b/src/Core/GameInfo/loadsupportedgames.h new file mode 100644 index 0000000..333dd0b --- /dev/null +++ b/src/Core/GameInfo/loadsupportedgames.h @@ -0,0 +1,16 @@ +#ifndef LOADSUPPORTEDGAMES_H +#define LOADSUPPORTEDGAMES_H + +#include +#include +#include +#include +#include "Database/Common/commonactions.h" +#include "gameinfostructure.h" + +// load supported games from json file + +const QString _supportedPath = "../data/SupportedGames.json"; +QHash loadSupportedGames (const QString &applicationPath); + +#endif // LOADSUPPORTEDGAMES_H -- cgit v1.2.3