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

@@ -1,8 +1,8 @@
#include <NDK/Systems/PhysicsSystem2D.hpp>
#include <NDK/World.hpp>
#include <NDK/Components/CollisionComponent2D.hpp>
#include <NDK/Components/NodeComponent.hpp>
#include <NDK/Components/PhysicsComponent2D.hpp>
#include <NazaraSDK/Systems/PhysicsSystem2D.hpp>
#include <NazaraSDK/World.hpp>
#include <NazaraSDK/Components/CollisionComponent2D.hpp>
#include <NazaraSDK/Components/NodeComponent.hpp>
#include <NazaraSDK/Components/PhysicsComponent2D.hpp>
#include <Catch/catch.hpp>
#include <limits>