Allow to setup/override module configuration from commandline
This commit is contained in:
@@ -50,6 +50,11 @@ namespace Nz
|
||||
m_components.clear();
|
||||
}
|
||||
|
||||
inline const CommandLineParameters& ApplicationBase::GetCommandLineParameters() const
|
||||
{
|
||||
return m_commandLineParams;
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
T& ApplicationBase::GetComponent()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user