Cerberus/commands.hpp
wheelchairy 118875234a upd
2025-01-28 22:33:54 +03:00

6 lines
116 B
C++

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