Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
RapidTransaction.hpp
Go to the documentation of this file.
1//
2// Created by kj16609 on 9/10/23.
3//
4
5#pragma once
6#ifndef ATLASGAMEMANAGER_RAPIDTRANSACTION_HPP
7#define ATLASGAMEMANAGER_RAPIDTRANSACTION_HPP
8
9#include "Transaction.hpp"
10
11namespace atlas::database
12{
14} // namespace atlas::database
15
17
18#endif //ATLASGAMEMANAGER_RAPIDTRANSACTION_HPP
Definition Column.hpp:15
TransactionBase< false > RapidTransaction
Definition RapidTransaction.hpp:13