From 74ff50c5ca343b5829287f6e7ee2b916aa29720e Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Sat, 8 Mar 2025 15:11:53 +0100 Subject: reorganise files Sort out code/source files that were mixed with other repository files. No new functional changes. --- Core/GameInfo/loadsupportedgames.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Core/GameInfo/loadsupportedgames.h (limited to 'Core/GameInfo/loadsupportedgames.h') diff --git a/Core/GameInfo/loadsupportedgames.h b/Core/GameInfo/loadsupportedgames.h deleted file mode 100644 index 333dd0b..0000000 --- a/Core/GameInfo/loadsupportedgames.h +++ /dev/null @@ -1,16 +0,0 @@ -#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