fixed typo

This commit is contained in:
Remi Beges
2012-06-09 17:07:01 +02:00
parent ebba6adae4
commit 879a33878e
20 changed files with 74 additions and 78 deletions

View File

@@ -1,5 +1,12 @@
#include "ComplexNoiseBase.hpp"
// Copyright (C) 2012 Rémi Bèges
// This file is part of the "Nazara Engine".
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Noise/ComplexNoiseBase.hpp>
#include <cmath>
#include <Nazara/Core/Error.hpp>
#include <Nazara/Noise/Config.hpp>
#include <Nazara/Noise/Debug.hpp>
NzComplexNoiseBase::NzComplexNoiseBase()
{