16#ifndef AEONGAMES_BASE64_TOOL_H
17#define AEONGAMES_BASE64_TOOL_H
38 int operator() (
int argc,
char** argv )
override;
40 void ProcessArgs (
int argc,
char** argv );
42 std::string mInputFile;
43 std::string mOutputFile;
Base64()
Default constructor.
int operator()(int argc, char **argv) override
Execute the Base64 tool.
<- This is here just for the literals