aboutsummaryrefslogtreecommitdiff
path: root/samples/OpenGL/qt_terr/terragen.h
blob: 5037a08f35fdb978f6d817e0c0897d1c0e0fba1a (plain)
1
2
3
4
5
6
#ifndef TERRAGEN_H
#define TERRAGEN_H

int read_terrain(char *filename, double **pbuffer, int *width, int *height, double *scale);

#endif/*TERRAGEN*/