Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/BPy_IntegrationType.h
| Show All 20 Lines | |||||
| #pragma once | #pragma once | ||||
| extern "C" { | extern "C" { | ||||
| #include <Python.h> | #include <Python.h> | ||||
| } | } | ||||
| #include "../view_map/Interface1D.h" | #include "../view_map/Interface1D.h" | ||||
| using namespace Freestyle; | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| extern PyTypeObject IntegrationType_Type; | extern PyTypeObject IntegrationType_Type; | ||||
| Show All 12 Lines | |||||