Added window animation rules
This commit is contained in:
parent
cba4693d39
commit
d7ad80e6a2
5 changed files with 85 additions and 33 deletions
|
|
@ -29,6 +29,10 @@ private:
|
|||
bool deltazero(const float& a, const float& b);
|
||||
|
||||
std::unordered_map<std::string, CBezierCurve> m_mBezierCurves;
|
||||
|
||||
// Anim stuff
|
||||
void animationPopin(CWindow*);
|
||||
void animationSlide(CWindow*, std::string force = "");
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CAnimationManager> g_pAnimationManager;
|
||||
Loading…
Add table
Add a link
Reference in a new issue