// SPDX-License-Identifier: BSD-3-Clause #ifndef INVERTER_TOOLS_P18_INPUT_H #define INVERTER_TOOLS_P18_INPUT_H #include #include #include #include "../protocol/input.h" #include "types.h" namespace p18 { extern const std::map client_commands; CommandType validate_input(std::string& command, std::vector& arguments, void* input); } #endif //INVERTER_TOOLS_P18_INPUT_H