Python API

----------
Replace extern declarations for IDProp types with header include.
This commit is contained in:
Ken Hughes
2007-04-01 03:58:42 +00:00
parent 6057fc7186
commit 873b83c131

View File

@@ -71,6 +71,7 @@ struct ID; /*keep me up here */
#include "Effect.h"
#include "Ipo.h"
#include "Ipocurve.h"
#include "IDProp.h"
#include "Key.h"
#include "Lamp.h"
#include "Lattice.h"
@@ -893,9 +894,6 @@ static PyObject *Blender_UnpackModesDict( void )
/*****************************************************************************/
/* Function: initBlender */
/*****************************************************************************/
extern PyTypeObject IDArray_Type;
extern PyTypeObject IDGroup_Type;
extern PyTypeObject IDGroup_Iter_Type;
void M_Blender_Init(void)
{