5 lines
68 B
C++
5 lines
68 B
C++
#pragma once
|
|
#include "config.hpp"
|
|
|
|
void runCLI(AppConfig &config);
|