2022-02-24 04:51:52 -06:00
|
|
|
// 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);
|
2022-02-24 04:51:52 -06:00
|
|
|
} // namespace DolphinTool
|