Files
test/source/blender/editors/space_script/script_intern.hh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
437 B
C++
Raw Normal View History

/* SPDX-FileCopyrightText: 2008 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
2011-02-27 20:29:51 +00:00
/** \file
* \ingroup spscript
2011-02-27 20:29:51 +00:00
*/
#pragma once
/* internal exports only */
struct wmKeyConfig;
struct wmOperatorType;
/* `script_ops.cc` */
void script_operatortypes();
void script_keymap(wmKeyConfig *keyconf);
/* `script_edit.cc` */
void SCRIPT_OT_reload(wmOperatorType *ot);
void SCRIPT_OT_python_file_run(wmOperatorType *ot);