mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
5 lines
145 B
C++
5 lines
145 B
C++
#pragma once
|
|
#include "../Interface/Database.h"
|
|
#include <string>
|
|
|
|
void sqlgen(IDatabase* db, std::string &cppfile, std::string &headerfile); |