Add tests for event handling, use NazaraUnitTests [EventHandler]
This commit is contained in:
7
tests/Engine/Utility/EventHandler/StateContext.cpp
Normal file
7
tests/Engine/Utility/EventHandler/StateContext.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "StateContext.hpp"
|
||||
|
||||
StateContext::StateContext(Nz::RenderWindow& windowContext, Ndk::World& worldContext) :
|
||||
window(windowContext),
|
||||
world(worldContext)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user