Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/BPy_MediumType.h
| Show All 20 Lines | |||||
| #pragma once | #pragma once | ||||
| extern "C" { | extern "C" { | ||||
| #include <Python.h> | #include <Python.h> | ||||
| } | } | ||||
| #include "../stroke/Stroke.h" | #include "../stroke/Stroke.h" | ||||
| using namespace Freestyle; | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| extern PyTypeObject MediumType_Type; | extern PyTypeObject MediumType_Type; | ||||
| Show All 25 Lines | |||||