|
Aeon Engine c550894
AeonGames Open Source Game Engine
|
Abstract base class for command-line tools. More...
#include <C:/Code/AeonEngine/tools/aeontool/Tool.h>


Public Member Functions | |
| virtual int | operator() (int argc, char **argv)=0 |
| Execute the tool with command-line arguments. | |
| virtual | ~Tool ()=default |
| Virtual destructor. | |
|
pure virtual |
Execute the tool with command-line arguments.
| argc | Argument count. |
| argv | Argument vector. |
Implemented in AeonGames::Base64, AeonGames::Convert, AeonGames::Pack, and AeonGames::PipelineTool.