Files
NazaraEngine/tests/Engine/Platform/EventHandler/StateContext.cpp
Gawaboumga 5aa072cee3 New module: Platform - Split window management from Utility module (#128)
* New module: Platform - Split window management from Utility module

Final touch

* NDK/SDK: Bring back initialization of Utility
2017-08-30 10:22:50 +02:00

8 lines
164 B
C++

#include "StateContext.hpp"
StateContext::StateContext(Nz::RenderWindow& windowContext, Ndk::World& worldContext) :
window(windowContext),
world(worldContext)
{
}