DolphinTool: Ditch OOP design

This commit is contained in:
get
2023-06-14 18:33:11 -05:00
parent 98b5d72ef1
commit 25c020cbe2
11 changed files with 117 additions and 169 deletions

View File

@ -6,14 +6,7 @@
#include <string>
#include <vector>
#include "DolphinTool/Command.h"
namespace DolphinTool
{
class HeaderCommand final : public Command
{
public:
int Main(const std::vector<std::string>& args) override;
};
int HeaderCommand(const std::vector<std::string>& args);
} // namespace DolphinTool