|
|
@ -20,6 +20,7 @@
|
|
|
|
#define CL_WORLD_LIGHT_CYCLE_H
|
|
|
|
#define CL_WORLD_LIGHT_CYCLE_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <nel/misc/sheet_id.h>
|
|
|
|
#include "game_share/season.h"
|
|
|
|
#include "game_share/season.h"
|
|
|
|
|
|
|
|
|
|
|
|
struct CLightCycleDesc;
|
|
|
|
struct CLightCycleDesc;
|
|
|
@ -47,7 +48,7 @@ extern EGSPD::CSeason::TSeason StartupSeason;
|
|
|
|
extern CWeatherFunctionParamsSheet *WeatherFunctionParams;
|
|
|
|
extern CWeatherFunctionParamsSheet *WeatherFunctionParams;
|
|
|
|
|
|
|
|
|
|
|
|
// load the world light cycle from a sheet
|
|
|
|
// load the world light cycle from a sheet
|
|
|
|
void loadWorldLightCycle();
|
|
|
|
void loadWorldLightCycle(NLMISC::CSheetId lightCycleSheet);
|
|
|
|
|
|
|
|
|
|
|
|
// load the weather function params
|
|
|
|
// load the weather function params
|
|
|
|
void loadWeatherFunctionParams();
|
|
|
|
void loadWeatherFunctionParams();
|
|
|
|