Files
test2/source/blender/python/intern/bpy_app_translations.hh

13 lines
228 B
C++

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup pythonintern
*/
#pragma once
PyObject *BPY_app_translations_struct();
void BPY_app_translations_end();