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

« back to all changes in this revision

Viewing changes to source/blender/makesdna/DNA_nla_types.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:
29
29
 *  \ingroup DNA
30
30
 */
31
31
 
32
 
#ifndef DNA_NLA_TYPES_H
33
 
#define DNA_NLA_TYPES_H
 
32
#ifndef __DNA_NLA_TYPES_H__
 
33
#define __DNA_NLA_TYPES_H__
34
34
 
35
35
#include "DNA_listBase.h"
36
36