Files
dolphin/Source/Core/DolphinTool/ExtractCommand.h
T

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

13 lines
243 B
C++
Raw Normal View History

2024-04-18 12:08:45 +02:00
// Copyright 2024 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <string>
#include <vector>
namespace DolphinTool
{
int Extract(const std::vector<std::string>& args);
} // namespace DolphinTool