mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinTool: Add an image extract command
This commit is contained in:

committed by
Admiral H. Curtiss

parent
1805f6e381
commit
859ac40ca2
12
Source/Core/DolphinTool/ExtractCommand.h
Normal file
12
Source/Core/DolphinTool/ExtractCommand.h
Normal file
@ -0,0 +1,12 @@
|
||||
// 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
|
Reference in New Issue
Block a user