Blender V4.3
AS_essentials_library.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
9#pragma once
10
11#include "BLI_string_ref.hh"
12
13namespace blender::asset_system {
14
15StringRefNull essentials_directory_path();
16
17}
StringRefNull essentials_directory_path()