Cerberus/commands.hpp
2025-01-28 21:22:41 +03:00

7 lines
121 B
C++

#pragma once
#include <string>
#include "config.hpp"
void processCommand(const std::string &input, AppConfig &config);