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

« back to all changes in this revision

Viewing changes to source/gameengine/Physics/common/PHY_DynamicTypes.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:
17
17
 *  \ingroup phys
18
18
 */
19
19
 
20
 
#ifndef __PHY_DYNAMIC_TYPES
21
 
#define __PHY_DYNAMIC_TYPES
 
20
#ifndef __PHY_DYNAMICTYPES_H__
 
21
#define __PHY_DYNAMICTYPES_H__
22
22
 
23
23
 
24
24
 
151
151
 
152
152
typedef float   PHY_Vector3[3];
153
153
 
154
 
#endif //__PHY_DYNAMIC_TYPES
 
154
#endif //__PHY_DYNAMICTYPES_H__