summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-12-17 21:00:45 -0800
committerJcw87 <Jcw87@users.noreply.github.com>2023-12-20 21:23:22 -0800
commit61310b637fefc353dec4f2a39229f26f653abefc (patch)
tree3c14772c201be533788d34b17aa6b01684f71522 /include/SSystem/SComponent
parentb066a4c59bb0c22ea8486c87ec7c8777372f986b (diff)
d_camera
Diffstat (limited to 'include/SSystem/SComponent')
-rw-r--r--include/SSystem/SComponent/c_angle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SSystem/SComponent/c_angle.h b/include/SSystem/SComponent/c_angle.h
index 13eb90cb..c6e52697 100644
--- a/include/SSystem/SComponent/c_angle.h
+++ b/include/SSystem/SComponent/c_angle.h
@@ -121,6 +121,7 @@ private:
cSAngle mInclination; // original: U
public:
+ cSGlobe() {};
cSGlobe(const cSGlobe&);
cSGlobe(float, short, short);
cSGlobe(float, const cSAngle&, const cSAngle&);