Clean up fontsmanager
This commit is contained in:
parent
076e32b1d6
commit
64f0b3e77a
26 changed files with 111 additions and 89 deletions
|
@ -7,16 +7,13 @@
|
|||
class CommandLineArgs
|
||||
{
|
||||
public:
|
||||
|
||||
CommandLineArgs();
|
||||
|
||||
static std::unique_ptr<CommandLineArgs> Create();
|
||||
|
||||
std::filesystem::path getLaunchPath();
|
||||
|
||||
std::size_t getNumberOfArgs() const;
|
||||
|
||||
std::string getArg(std::size_t index) const;
|
||||
const std::vector<std::string> getArgs() const;
|
||||
|
||||
void process(int argc, char *argv[]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue