summaryrefslogtreecommitdiffstats
path: root/source/Noise.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Noise.cpp (renamed from source/cNoise.cpp)4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cNoise.cpp b/source/Noise.cpp
index b4e7a5752..fab46d652 100644
--- a/source/cNoise.cpp
+++ b/source/Noise.cpp
@@ -1,7 +1,7 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
-#include "cNoise.h"
+#include "Noise.h"
#include <math.h>
#if NOISE_USE_SSE
@@ -369,7 +369,7 @@ void IntArrayLinearInterpolate2D(
#if NOISE_USE_INLINE
-# include "cNoise.inc"
+ #include "Noise.inc"
#endif