~ubuntu-branches/debian/sid/stellarium/sid

« back to all changes in this revision

Viewing changes to src/core/modules/Star.hpp

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2013-08-04 15:06:55 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130804150655-iji0vb5navh3lk13
Tags: 0.12.2-1
* Imported Upstream version 0.12.2
* Added dependency to phonon (to enable video/sound)
* Fixed VCS links
* Removed unused lintian tag (embedded-library glee)
* Dropped obsolete patch
* Update copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
#pragma pack(1)
56
56
#endif
57
57
struct Star1 { // 28 byte
 
58
#ifdef _MSC_BUILD
 
59
  unsigned int hip:24;         // 17 bits needed
 
60
  unsigned int componentIds:8; //  5 bits needed
 
61
#else
58
62
  int hip:24;                  // 17 bits needed
59
63
  unsigned char componentIds;  //  5 bits needed
 
64
#endif
60
65
  Int32 x0;                    // 32 bits needed
61
66
  Int32 x1;                    // 32 bits needed
62
67
  unsigned char bV;            //  7 bits needed