1 2 3 4 5 6
#ifndef TERRAGEN_H #define TERRAGEN_H int read_terrain(char const *filename, double **pbuffer, int *width, int *height, double *scale); #endif/*TERRAGEN*/