![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
Typedefs | |
| using | MtxType = std::mutex |
| using | LockGuardType = std::lock_guard< std::mutex > |
Functions | |
| void | importGame (QPromise< RecordID > &promise, GameImportData data, const std::filesystem::path import_root, const bool owning) |
Variables | |
| static sqlite3 * | db_handle { nullptr } |
| static std::mutex | db_mtx |
| static ThreadPools | global_pools |
| using internal::LockGuardType = std::lock_guard< std::mutex > |
| using internal::MtxType = std::mutex |
| void internal::importGame | ( | QPromise< RecordID > & | promise, |
| GameImportData | data, | ||
| const std::filesystem::path | import_root, | ||
| const bool | owning ) |
|
static |
|
static |
|
inlinestatic |