Blender V4.3
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
10#include "BLI_sys_types.h"
11
12struct Main;
13struct ReportList;
14struct bContext;
15
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)
unsigned __int64 uint64_t
Definition stdint.h:90
uint8_t flag
Definition wm_window.cc:138