File diff r6221:8bdd0aa79256 → r6222:448ee811d6cd
src/heightmap.cpp
Show inline comments
 
@@ -32,7 +32,7 @@ static inline byte RGBToGrayscale(byte r
 

	
 
#ifdef WITH_PNG
 

	
 
#include "png.h"
 
#include <png.h>
 

	
 
/**
 
 * The PNG Heightmap loader.