mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-18 18:02:49 +01:00
Changes to compile on linux
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user