Graphics/Model: Fix includes
Former-commit-id: 27f0e51429ce1ddb9e35d849a296186d79b1cde6
This commit is contained in:
parent
6092b0692b
commit
4cd4055c3f
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue