Blender V4.5
wm_runtime.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#include "BKE_report.hh"
10#include "BKE_wm_runtime.hh"
11
12#include "BLI_ghash.h"
13#include "BLI_listbase.h"
14
15namespace blender::bke {
16
21
31
33{
34#ifdef WITH_INPUT_IME
35 BLI_assert(this->ime_data == nullptr);
36#endif
39}
40
41} // namespace blender::bke
void BKE_reports_free(ReportList *reports)
Definition report.cc:70
void BKE_reports_init(ReportList *reports, int flag)
Definition report.cc:55
#define BLI_assert(a)
Definition BLI_assert.h:46
void BLI_gset_free(GSet *gs, GSetKeyFreeFP keyfreefp)
BLI_INLINE bool BLI_listbase_is_empty(const ListBase *lb)
void void BLI_freelistN(ListBase *listbase) ATTR_NONNULL(1)
Definition listbase.cc:497