Blender V4.3
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
9#include "BKE_report.hh"
10#include "BKE_wm_runtime.hh"
11
12namespace blender::bke {
13
18
23
24} // namespace blender::bke
void BKE_reports_free(ReportList *reports)
Definition report.cc:69
void BKE_reports_init(ReportList *reports, int flag)
Definition report.cc:54