mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
DolphinTool: Ditch OOP design
This commit is contained in:
parent
98b5d72ef1
commit
25c020cbe2
11 changed files with 117 additions and 169 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue