Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
Database.cpp File Reference
#include "Database.hpp"
#include <QImage>
#include <sqlite3.h>
#include "RapidTransaction.hpp"
#include "core/config/config.hpp"
#include "core/database/migrations/templates.hpp"
#include "core/database/record/game/Game.hpp"

Namespaces

namespace  internal
 

Variables

static sqlite3 * internal::db_handle { nullptr }
 
static std::mutex internal::db_mtx