Former-commit-id: 8a6545bd9d4145f092bc0d90650c75e79c5298c9 [formerly 82499bdba825dfc5fff8f15be285a1ae5c4a2c41] Former-commit-id: d1c39e221b96a0e032e113691bcb1c0c68f5899e
14 lines
340 B
C++
14 lines
340 B
C++
// Copyright (C) 2015 Jérôme Leclercq
|
|
// This file is part of the "Nazara Engine - Renderer module"
|
|
// For conditions of distribution and use, see copyright notice in Config.hpp
|
|
|
|
#include <Nazara/Renderer/RenderStates.hpp>
|
|
#include <cstring>
|
|
#include <Nazara/Renderer/Debug.hpp>
|
|
|
|
namespace Nz
|
|
{
|
|
}
|
|
|
|
#include <Nazara/Renderer/DebugOff.hpp>
|