Blender  V3.3
BKE_world.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2001-2002 NaN Holding BV. All rights reserved. */
3 #pragma once
4 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 struct Depsgraph;
14 struct Main;
15 struct World;
16 
17 struct World *BKE_world_add(struct Main *bmain, const char *name);
18 void BKE_world_eval(struct Depsgraph *depsgraph, struct World *world);
19 
20 #ifdef __cplusplus
21 }
22 #endif
struct World * BKE_world_add(struct Main *bmain, const char *name)
Definition: world.c:212
void BKE_world_eval(struct Depsgraph *depsgraph, struct World *world)
Definition: world.c:221
struct Depsgraph Depsgraph
Definition: DEG_depsgraph.h:35
World world
const Depsgraph * depsgraph
Definition: BKE_main.h:121