Blender  V3.3
BKE_library.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2001-2002 NaN Holding BV. All rights reserved. */
3 #pragma once
4 
11 #include "BLI_compiler_attrs.h"
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 struct Library;
18 struct Main;
19 
20 void BKE_library_filepath_set(struct Main *bmain, struct Library *lib, const char *filepath);
21 
22 #ifdef __cplusplus
23 }
24 #endif
void BKE_library_filepath_set(struct Main *bmain, struct Library *lib, const char *filepath)
Definition: library.c:112
DRWShaderLibrary * lib
Definition: BKE_main.h:121
char filepath[1024]
Definition: BKE_main.h:124