/* SPDX-License-Identifier: GPL-2.0-or-later */ /** \file * \ingroup freestyle */ #pragma once #ifdef __cplusplus extern "C" { #endif #include /////////////////////////////////////////////////////////////////////////////////////////// /*---------------------------Python BPy_Freestyle visible prototypes-----------*/ PyObject *Freestyle_Init(void); /////////////////////////////////////////////////////////////////////////////////////////// #ifdef __cplusplus } #endif