paysages3d/src/rendering/auto.h

17 lines
195 B
C
Raw Normal View History

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