Akatas_Kingdom/Database.hpp
Anthony Debucquoy 9e418f9193 First Commit
Doing Network, in Developement
2021-12-15 21:59:17 +01:00

16 lines
140 B
C++

#include <pqxx/pqxx>
#ifndef DATABASE_H
#define DATABASE_H
class Database
{
private:
public:
Database();
};
#endif /* DATABASE_H */