Core: Add SignalHandlerAppComponent
This commit is contained in:
committed by
Jérôme Leclercq
parent
8eefb2f101
commit
40bb69bc60
@@ -74,7 +74,12 @@ namespace Nz
|
||||
{
|
||||
m_running = false;
|
||||
}
|
||||
|
||||
|
||||
inline ApplicationBase* ApplicationBase::Instance()
|
||||
{
|
||||
return s_instance;
|
||||
}
|
||||
|
||||
template<typename T, typename... Args>
|
||||
T& ApplicationBase::AddComponent(Args&&... args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user