python api renaming and added headers for some files which didnt have one, no functionality change.
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
#ifndef IDPROP_H
|
||||
#define IDPROP_H
|
||||
|
||||
struct ID;
|
||||
struct IDProperty;
|
||||
@@ -62,3 +63,5 @@ void IDProp_Init_Types(void);
|
||||
|
||||
#define IDPROP_ITER_KEYS 0
|
||||
#define IDPROP_ITER_ITEMS 1
|
||||
|
||||
#endif /* IDPROP_H */
|
||||
|
||||
Reference in New Issue
Block a user