Files
test/source/blender/blenkernel/BKE_world.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
354 B
C
Raw Normal View History

/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
2002-10-12 11:37:38 +00:00
/** \file
* \ingroup bke
*/
struct Depsgraph;
struct Main;
2002-10-12 11:37:38 +00:00
struct World;
2018-01-19 15:34:54 +11:00
struct World *BKE_world_add(struct Main *bmain, const char *name);
void BKE_world_eval(struct Depsgraph *depsgraph, struct World *world);