![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include <QFuture>#include <QObject>#include <QPromise>#include <filesystem>#include "core/Types.hpp"#include "core/database/record/game/Game.hpp"Go to the source code of this file.
Macros | |
| #define | ATLASGAMEMANAGER_IMPORTER_HPP |
Functions | |
| QFuture< RecordID > | importGame (GameImportData data, const std::filesystem::path root, const bool owning) |
| #define ATLASGAMEMANAGER_IMPORTER_HPP |
|
nodiscard |
| data | |
| root | Should be populated with the folder containing the root for the data input. Leave empty if the data input is already a full path. |
| owning | see importGame |