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