mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
15 lines
213 B
C++
15 lines
213 B
C++
|
|
// SPDX-License-Identifier: MIT
|
||
|
|
//
|
||
|
|
// EmulationStation Desktop Edition
|
||
|
|
// CarouselComponent.cpp
|
||
|
|
//
|
||
|
|
// Carousel.
|
||
|
|
//
|
||
|
|
|
||
|
|
#include "components/CarouselComponent.h"
|
||
|
|
|
||
|
|
CarouselComponent::CarouselComponent()
|
||
|
|
{
|
||
|
|
//
|
||
|
|
}
|