Blender V4.3
BKE_autoexec.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
14bool BKE_autoexec_match(const char *path);
bool BKE_autoexec_match(const char *path)
Definition autoexec.cc:27