Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
Importer.hpp File Reference
#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< RecordIDimportGame (GameImportData data, const std::filesystem::path root, const bool owning)
 

Macro Definition Documentation

◆ ATLASGAMEMANAGER_IMPORTER_HPP

#define ATLASGAMEMANAGER_IMPORTER_HPP

Function Documentation

◆ importGame()

QFuture< RecordID > importGame ( GameImportData data,
const std::filesystem::path root,
const bool owning )
nodiscard
Parameters
data
rootShould be populated with the folder containing the root for the data input. Leave empty if the data input is already a full path.
owningsee importGame
Returns