Fixed typo + minor errors

This commit is contained in:
Remi Beges
2012-06-10 10:27:51 +02:00
parent 879a33878e
commit 23bb9da0bd
16 changed files with 38 additions and 56 deletions

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef SIMPLEX3D_H
#define SIMPLEX3D_H
#ifndef SIMPLEX3D_HPP
#define SIMPLEX3D_HPP
#include <Nazara/Prerequesites.hpp>
#include <Nazara/Noise/NoiseBase.hpp>
@@ -39,5 +39,5 @@ typedef NzSimplex3D<double> NzSimplex3Dd;
#include <Nazara/Noise/Simplex3D.inl>
#endif // SIMPLEX3D_H
#endif // SIMPLEX3D_HPP