Add Chromium-only Blender WebEngine parity work
This commit is contained in:
18
blender-5.2.0/source/blender/blenkernel/BKE_autoexec.hh
Normal file
18
blender-5.2.0/source/blender/blenkernel/BKE_autoexec.hh
Normal file
@@ -0,0 +1,18 @@
|
||||
/* SPDX-FileCopyrightText: 2023 Blender Authors
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
#pragma once
|
||||
|
||||
/** \file
|
||||
* \ingroup bke
|
||||
*/
|
||||
|
||||
namespace blender {
|
||||
|
||||
/**
|
||||
* \param path: The path to check against.
|
||||
* \return Success
|
||||
*/
|
||||
bool BKE_autoexec_match(const char *path);
|
||||
|
||||
} // namespace blender
|
||||
Reference in New Issue
Block a user