revert henke's loadingwindow "improvements"; if you're reading this, henke, you do *NOT* sacrifice readability for misguided optimization, and you do *NOT* use a globally externed variable for something with a useful lifetime of part of one function
This commit is contained in:
@@ -7,8 +7,9 @@ class LoadingWindow;
|
||||
namespace CommandLineActions
|
||||
{
|
||||
/**
|
||||
* @brief Perform a utility function, then exit. */
|
||||
void Handle();
|
||||
* @brief Perform a utility function, then exit.
|
||||
* @param pLW the LoadingWindow that is presently not used? */
|
||||
void Handle(LoadingWindow* pLW);
|
||||
|
||||
/** @brief The housing for the command line arguments. */
|
||||
class CommandLineArgs
|
||||
|
||||
Reference in New Issue
Block a user