![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include <tracy/Tracy.hpp>#include <exception>#include <mutex>#include <string>#include <string_view>#include "Binder.hpp"#include "Database.hpp"#include "core/logging/logging.hpp"Go to the source code of this file.
Classes | |
| struct | atlas::database::TransactionBase< is_commitable > |
Namespaces | |
| namespace | atlas |
| namespace | atlas::database |
Macros | |
| #define | ATLASGAMEMANAGER_TRANSACTION_HPP |
Typedefs | |
| using | Transaction = atlas::database::TransactionBase< true > |
| #define ATLASGAMEMANAGER_TRANSACTION_HPP |
| using Transaction = atlas::database::TransactionBase< true > |