Files
test2/source/blender/blenkernel/BKE_autoexec.hh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
257 B
C++
Raw Normal View History

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
/** \file
* \ingroup bke
*/
/**
* \param path: The path to check against.
* \return Success
*/
bool BKE_autoexec_match(const char *path);