Blender  V3.3
BKE_autoexec.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #pragma once
3 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
16 bool BKE_autoexec_match(const char *path);
17 
18 #ifdef __cplusplus
19 }
20 #endif
bool BKE_autoexec_match(const char *path)
Definition: autoexec.c:25