ES-DE/es-core/src/components/GIFAnimComponent.h

24 lines
433 B
C
Raw Normal View History

2022-02-23 21:04:18 +00:00
// SPDX-License-Identifier: MIT
//
// EmulationStation Desktop Edition
// GIFAnimComponent.h
//
// Component to play GIF animations.
//
#ifndef ES_CORE_COMPONENTS_GIF_ANIM_COMPONENT_H
#define ES_CORE_COMPONENTS_GIF_ANIM_COMPONENT_H
#include "GuiComponent.h"
class GIFAnimComponent : public GuiComponent
{
public:
GIFAnimComponent();
~GIFAnimComponent();
private:
};
#endif // ES_CORE_COMPONENTS_GIF_ANIM_COMPONENT_H