2023-08-16 00:20:26 +10:00
|
|
|
/* SPDX-FileCopyrightText: 2023 Blender Authors
|
2023-05-31 16:19:06 +02:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
2013-06-18 18:11:52 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
2019-02-18 08:08:12 +11:00
|
|
|
/** \file
|
|
|
|
|
* \ingroup bke
|
2013-06-18 18:11:52 +00:00
|
|
|
*/
|
|
|
|
|
|
2021-12-07 17:19:15 +11:00
|
|
|
/**
|
|
|
|
|
* \param path: The path to check against.
|
|
|
|
|
* \return Success
|
|
|
|
|
*/
|
2013-06-18 18:11:52 +00:00
|
|
|
bool BKE_autoexec_match(const char *path);
|