mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-27 15:24:56 +00:00
12 lines
210 B
C++
12 lines
210 B
C++
#pragma once
|
|
|
|
#include "../utils/http_client.h"
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
namespace commands {
|
|
|
|
int dispatch(const HttpClient &client, const std::vector<std::string> &args);
|
|
|
|
} // namespace commands
|