Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_world.h
| Show All 25 Lines | |||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| struct Depsgraph; | struct Depsgraph; | ||||
| struct Main; | struct Main; | ||||
| struct World; | struct World; | ||||
| struct World *BKE_world_add(struct Main *bmain, const char *name); | struct World *BKE_world_add(struct Main *bmain, const char *name); | ||||
| struct World *BKE_world_copy(struct Main *bmain, const struct World *wrld); | |||||
| struct World *BKE_world_localize(struct World *wrld); | struct World *BKE_world_localize(struct World *wrld); | ||||
| void BKE_world_eval(struct Depsgraph *depsgraph, struct World *world); | void BKE_world_eval(struct Depsgraph *depsgraph, struct World *world); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||