dolphin/Source/Core/DolphinTool/ConvertCommand.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
250 B
C
Raw Normal View History

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