mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-17 04:25:39 +00:00
20 lines
283 B
C++
20 lines
283 B
C++
![]() |
// SPDX-License-Identifier: MIT
|
||
|
//
|
||
|
// EmulationStation Desktop Edition
|
||
|
// GIFAnimComponent.cpp
|
||
|
//
|
||
|
// Component to play GIF animations.
|
||
|
//
|
||
|
|
||
|
#include "components/GIFAnimComponent.h"
|
||
|
|
||
|
GIFAnimComponent::GIFAnimComponent()
|
||
|
{
|
||
|
//
|
||
|
}
|
||
|
|
||
|
GIFAnimComponent::~GIFAnimComponent()
|
||
|
{
|
||
|
//
|
||
|
}
|