Added workspaceopt dispatcher
This commit is contained in:
parent
6751ec6f54
commit
795504dad0
5 changed files with 77 additions and 1 deletions
|
|
@ -23,6 +23,10 @@ public:
|
|||
CAnimatedVariable m_vRenderOffset;
|
||||
CAnimatedVariable m_fAlpha;
|
||||
|
||||
// user-set
|
||||
bool m_bDefaultFloating = false;
|
||||
bool m_bDefaultPseudo = false;
|
||||
|
||||
void startAnim(bool in, bool left);
|
||||
void setActive(bool on);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue