mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-12 17:13:18 +02:00
Ran astyle to follow allman coding standard.
This commit is contained in:
@@ -33,8 +33,8 @@ public:
|
||||
void SetTween(std::string tween, int index, TweenAttributes *set);
|
||||
|
||||
private:
|
||||
TweenAttributes *FindTween(std::map<int, TweenAttributes *> &tweens, int index);
|
||||
void DestroyTweens();
|
||||
|
||||
TweenAttributes *FindTween(std::map<int, TweenAttributes *> &tweens, int index);
|
||||
void DestroyTweens();
|
||||
|
||||
std::map<std::string, std::map<int, TweenAttributes *> > TweenMap;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user