2021-12-03 21:40:19 +00:00
|
|
|
// Copyright 2021 Dolphin Emulator Project
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2022-03-12 08:48:12 +00:00
|
|
|
#include <string>
|
|
|
|
#include <vector>
|
2021-12-03 21:40:19 +00:00
|
|
|
|
|
|
|
namespace DolphinTool
|
|
|
|
{
|
2023-06-14 23:33:11 +00:00
|
|
|
int ConvertCommand(const std::vector<std::string>& args);
|
2021-12-03 21:40:19 +00:00
|
|
|
} // namespace DolphinTool
|