mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-03 02:37:14 +02:00
Breaking tweens up into 4 classes for readability. Created copy constructors. ScrollingList copy constructor still causes crash when update is called.
This commit is contained in:
@@ -86,7 +86,9 @@ set(RETROFE_HEADERS
|
||||
"${RETROFE_DIR}/Source/Execute/Launcher.h"
|
||||
"${RETROFE_DIR}/Source/Graphics/Animate/Tween.h"
|
||||
"${RETROFE_DIR}/Source/Graphics/Animate/TweenTypes.h"
|
||||
"${RETROFE_DIR}/Source/Graphics/Animate/TweenSets.h"
|
||||
"${RETROFE_DIR}/Source/Graphics/Animate/TweenSet.h"
|
||||
"${RETROFE_DIR}/Source/Graphics/Animate/Animation.h"
|
||||
"${RETROFE_DIR}/Source/Graphics/Animate/AnimationEvents.h"
|
||||
"${RETROFE_DIR}/Source/Graphics/ComponentItemBinding.h"
|
||||
"${RETROFE_DIR}/Source/Graphics/Component/Container.h"
|
||||
"${RETROFE_DIR}/Source/Graphics/Component/Component.h"
|
||||
@@ -132,8 +134,10 @@ set(RETROFE_SOURCES
|
||||
"${RETROFE_DIR}/Source/Graphics/PageBuilder.cpp"
|
||||
"${RETROFE_DIR}/Source/Graphics/Page.cpp"
|
||||
"${RETROFE_DIR}/Source/Graphics/ViewInfo.cpp"
|
||||
"${RETROFE_DIR}/Source/Graphics/Animate/Animation.cpp"
|
||||
"${RETROFE_DIR}/Source/Graphics/Animate/AnimationEvents.cpp"
|
||||
"${RETROFE_DIR}/Source/Graphics/Animate/Tween.cpp"
|
||||
"${RETROFE_DIR}/Source/Graphics/Animate/TweenSets.cpp"
|
||||
"${RETROFE_DIR}/Source/Graphics/Animate/TweenSet.cpp"
|
||||
"${RETROFE_DIR}/Source/Graphics/ComponentItemBindingBuilder.cpp"
|
||||
"${RETROFE_DIR}/Source/Graphics/ComponentItemBinding.cpp"
|
||||
"${RETROFE_DIR}/Source/Graphics/Component/Container.cpp"
|
||||
|
||||
Reference in New Issue
Block a user