diff options
Diffstat (limited to 'src/helpers/Workspace.hpp')
-rw-r--r-- | src/helpers/Workspace.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/helpers/Workspace.hpp b/src/helpers/Workspace.hpp index 3a9abf72..fbf32f6f 100644 --- a/src/helpers/Workspace.hpp +++ b/src/helpers/Workspace.hpp @@ -21,4 +21,7 @@ public: // for animations CAnimatedVariable m_vRenderOffset; + CAnimatedVariable m_fAlpha; + + void startAnim(bool in, bool left); };
\ No newline at end of file |