/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once /** \file * \ingroup pygen */ #include #ifdef __cplusplus extern "C" { #endif PyObject *BPyInit_blf(void); #ifdef __cplusplus } #endif