Added loging page

This commit is contained in:
2026-01-26 22:24:48 +01:00
parent 38ff44f2e9
commit 79b5737bcb
9 changed files with 88 additions and 133 deletions

View File

@@ -1,14 +1,7 @@
#ifndef __DATABASE_H__
#define __DATABASE_H__
#include "sqlite3.h"
#include <string>
#include <vector>
#include <variant>
#include <optional>
#include <set>
#include <map>
#include "crow.h"
#include "sqlite_orm.h"
#include "ShadowrunDb.hpp"
#include "loginDb.hpp"