Blender V5.0
BKE_blender_copybuffer.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4#pragma once
5
9
10#include "BLI_sys_types.h"
11
12struct Main;
13struct ReportList;
14struct bContext;
15
17
28bool BKE_copybuffer_read(Main *bmain_dst,
29 const char *libname,
30 ReportList *reports,
31 uint64_t id_types_mask);
47 bContext *C, const char *libname, int flag, ReportList *reports, uint64_t id_types_mask);
bool BKE_copybuffer_read(Main *bmain_dst, const char *libname, ReportList *reports, uint64_t id_types_mask)
int BKE_copybuffer_paste(bContext *C, const char *libname, int flag, ReportList *reports, uint64_t id_types_mask)
#define C
Definition RandGen.cpp:29
unsigned long long int uint64_t
uint8_t flag
Definition wm_window.cc:145