7 lines
121 B
C++
7 lines
121 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
#include "config.hpp"
|
|
|
|
void processCommand(const std::string &input, AppConfig &config);
|