7     protected float m_fMoonphaseImageRotation = 0;
 
   12     string GetSimplifiedName()
 
   14         return m_sSimplifiedName;
 
   20     void SetMoonphaseImageRotation(
bool northernHemisphere)
 
   22         if (northernHemisphere)
 
   23             m_fMoonphaseImageRotation = 0;
 
   25             m_fMoonphaseImageRotation = 180;
 
   32     float GetMoonphaseImageRotation()
 
   34         return m_fMoonphaseImageRotation;