Graphics/Model: Fix includes

Former-commit-id: 27f0e51429ce1ddb9e35d849a296186d79b1cde6
This commit is contained in:
Lynix
2015-06-23 23:35:30 +02:00
parent 6092b0692b
commit 4cd4055c3f

View File

@@ -3,7 +3,7 @@
// For conditions of distribution and use, see copyright notice in Config.hpp // For conditions of distribution and use, see copyright notice in Config.hpp
#include <memory> #include <memory>
#include <Nazara/Renderer/Debug.hpp> #include <Nazara/Graphics/Debug.hpp>
template<typename... Args> template<typename... Args>
NzModelRef NzModel::New(Args&&... args) NzModelRef NzModel::New(Args&&... args)
@@ -14,4 +14,4 @@ NzModelRef NzModel::New(Args&&... args)
return object.release(); return object.release();
} }
#include <Nazara/Renderer/DebugOff.hpp> #include <Nazara/Graphics/DebugOff.hpp>