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

« back to all changes in this revision

Viewing changes to source/blender/imbuf/intern/dds/Color.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:
34
34
 
35
35
// This code is in the public domain -- castanyo@yahoo.es
36
36
 
37
 
#ifndef _DDS_COLOR_H
38
 
#define _DDS_COLOR_H
 
37
#ifndef __COLOR_H__
 
38
#define __COLOR_H__
39
39
 
40
40
/// 32 bit color stored as BGRA.
41
41
class Color32
96
96
        };
97
97
};
98
98
 
99
 
#endif // _DDS_COLOR_H
 
99
#endif // __COLOR_H__