Replace #include <NDK/ by #include <NazaraSDK/

This commit is contained in:
Lynix
2020-02-24 17:57:46 +01:00
parent eb8800f812
commit 43ee75b75f
191 changed files with 469 additions and 469 deletions

View File

@@ -4,7 +4,7 @@
#include "StateFactory.hpp"
#include <Nazara/Renderer/RenderWindow.hpp>
#include <NDK/StateMachine.hpp>
#include <NazaraSDK/StateMachine.hpp>
FocusState::FocusState(StateContext& context) :
BaseState(context)