mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-02 10:16:50 +02:00
Moved more component implementations from header file to source.
This commit is contained in:
@@ -80,6 +80,11 @@ void Component::AllocateGraphicsMemory()
|
||||
}
|
||||
}
|
||||
|
||||
Item *Component::GetSelectedItem()
|
||||
{
|
||||
return SelectedItem;
|
||||
}
|
||||
|
||||
void Component::TriggerEnterEvent()
|
||||
{
|
||||
EnterRequested = true;
|
||||
|
||||
@@ -57,10 +57,7 @@ public:
|
||||
|
||||
protected:
|
||||
std::string CollectionName;
|
||||
Item *GetSelectedItem()
|
||||
{
|
||||
return SelectedItem;
|
||||
}
|
||||
Item *GetSelectedItem();
|
||||
enum AnimationState
|
||||
{
|
||||
IDLE,
|
||||
|
||||
Reference in New Issue
Block a user