HeaderCommand.h 249 B

12345678910111213
  1. // Copyright 2022 Dolphin Emulator Project
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include <string>
  5. #include <vector>
  6. namespace DolphinTool
  7. {
  8. int HeaderCommand(const std::vector<std::string>& args);
  9. } // namespace DolphinTool