Some checks failed
Docker Build & Publish / build (push) Has been cancelled
7 lines
156 B
C++
7 lines
156 B
C++
#include "backends/backend.hpp"
|
|
#include "config/config.hpp"
|
|
|
|
using namespace anthracite;
|
|
|
|
int anthracite_main(backends::backend& be, config::config& cfg);
|