paysages3d/lib_paysages/auto.h
2012-12-24 15:15:40 +00:00

17 lines
195 B
C

#ifndef _PAYSAGES_AUTO_H_
#define _PAYSAGES_AUTO_H_
#include "renderer.h"
#ifdef __cplusplus
extern "C" {
#endif
void autoGenRealisticLandscape(int seed);
#ifdef __cplusplus
}
#endif
#endif