mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-29 02:55:46 +01:00
Changes to compile on linux
This commit is contained in:
parent
ad0abe779e
commit
9376668581
@ -34,7 +34,7 @@ public:
|
||||
|
||||
private:
|
||||
TweenSets *FindTween(std::map<int, TweenSets *> &tweens, int index);
|
||||
void TweenSet::DestroyTweens();
|
||||
void DestroyTweens();
|
||||
|
||||
std::map<std::string, std::map<int, TweenSets *>> TweenMap;
|
||||
std::map<std::string, std::map<int, TweenSets *> > TweenMap;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user