aboutsummaryrefslogtreecommitdiff
path: root/samples/OpenGL/qt_terr/terragen.h
blob: a63bc348f4dcc6101ef762a6cd4afaac256f5cf9 (plain)
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*/