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

« back to all changes in this revision

Viewing changes to source/blender/blenkernel/BKE_script.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:
24
24
 *
25
25
 * ***** END GPL LICENSE BLOCK *****
26
26
 */
27
 
#ifndef BKE_SCRIPT_H
28
 
#define BKE_SCRIPT_H
 
27
#ifndef __BKE_SCRIPT_H__
 
28
#define __BKE_SCRIPT_H__
29
29
 
30
30
/** \file BKE_script.h
31
31
 *  \ingroup bke
46
46
}
47
47
#endif
48
48
 
49
 
#endif /* BKE_SCRIPT_H */
 
49
#endif /* __BKE_SCRIPT_H__ */