2012-01-24 13:16:20 +00:00
|
|
|
#ifndef _PAYSAGES_AUTO_H_
|
|
|
|
#define _PAYSAGES_AUTO_H_
|
|
|
|
|
|
|
|
#include "renderer.h"
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
void autoSetDaytime(int hour, int minute);
|
2012-06-17 09:40:40 +00:00
|
|
|
void autoSetDaytimeFraction(double daytime);
|
2012-01-24 13:16:20 +00:00
|
|
|
void autoGenRealisticLandscape(int seed);
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|