~ubuntu-branches/ubuntu/utopic/blender/utopic-proposed

« back to all changes in this revision

Viewing changes to source/blender/blenlib/BLI_math_rotation.h

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-04-28 12:11:12 UTC
  • mto: (14.1.6 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20120428121112-2zi0vp8b6vejda8i
Tags: upstream-2.63
ImportĀ upstreamĀ versionĀ 2.63

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 * ***** END GPL LICENSE BLOCK *****
24
24
 * */
25
25
 
26
 
#ifndef BLI_MATH_ROTATION_H
27
 
#define BLI_MATH_ROTATION_H
 
26
#ifndef __BLI_MATH_ROTATION_H__
 
27
#define __BLI_MATH_ROTATION_H__
28
28
 
29
29
/** \file BLI_math_rotation.h
30
30
 *  \ingroup bli
189
189
}
190
190
#endif
191
191
 
192
 
#endif /* BLI_MATH_ROTATION_H */
 
192
#endif /* __BLI_MATH_ROTATION_H__ */
193
193