Window's subsystem is now initialized by NzUtility
Optimized Image
This commit is contained in:
@@ -473,3 +473,13 @@ void NzWindow::PushEvent(const NzEvent& event)
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
bool NzWindow::Initialize()
|
||||
{
|
||||
return NzWindowImpl::Initialize();
|
||||
}
|
||||
|
||||
void NzWindow::Uninitialize()
|
||||
{
|
||||
NzWindowImpl::Uninitialize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user