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

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

13 lines
249 B
C++
Raw Normal View History

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