code cleanup: header cleanup

This commit is contained in:
2012-04-30 14:24:11 +00:00
parent 99c29814f0
commit 112162e09e
108 changed files with 393 additions and 436 deletions

View File

@@ -1,5 +1,4 @@
/*
*
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
@@ -27,14 +26,13 @@
*
*/
#ifndef __MATHUTILS_EULER_H__
#define __MATHUTILS_EULER_H__
/** \file blender/python/mathutils/mathutils_Euler.h
* \ingroup pymathutils
*/
#ifndef __MATHUTILS_EULER_H__
#define __MATHUTILS_EULER_H__
extern PyTypeObject euler_Type;
#define EulerObject_Check(_v) PyObject_TypeCheck((_v), &euler_Type)