diff options
Diffstat (limited to 'include/SSystem')
| -rw-r--r-- | include/SSystem/SComponent/c_angle.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/SSystem/SComponent/c_angle.h b/include/SSystem/SComponent/c_angle.h index 325cd1ff6f..debf6ad07c 100644 --- a/include/SSystem/SComponent/c_angle.h +++ b/include/SSystem/SComponent/c_angle.h @@ -114,12 +114,13 @@ public: }; class cSGlobe { -private: +public: float mRadius; cSAngle mAzimuth; // original: V cSAngle mInclination; // original: U -public: + cSGlobe() {} + cSGlobe(const cSGlobe&); cSGlobe(float, short, short); cSGlobe(float, const cSAngle&, const cSAngle&); |
