From 3c7253d6cdc23aac36208fa87dc6571c7cb7c5ff Mon Sep 17 00:00:00 2001 From: Dark1-dev Date: Wed, 1 Mar 2023 21:33:55 +0600 Subject: Add files via upload --- Core/GameInfo/loadsupportedgames.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Core/GameInfo/loadsupportedgames.h (limited to 'Core/GameInfo/loadsupportedgames.h') diff --git a/Core/GameInfo/loadsupportedgames.h b/Core/GameInfo/loadsupportedgames.h new file mode 100644 index 0000000..333dd0b --- /dev/null +++ b/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