]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - src/environment.h
Include pthread_time on windows for clock_gettime
[dragonblocks_alpha.git] / src / environment.h
1 #ifndef _ENVIRONMENT_H_
2 #define _ENVIRONMENT_H_
3
4 #include "types.h"
5
6 f64 get_humidity(v3s32 pos);
7 f64 get_temperature(v3s32 pos);
8
9 #endif // _ENVIRONMENT_H_