mirror of
https://github.com/Relintai/rpi_player.git
synced 2025-02-23 15:54:18 +01:00
9 lines
65 B
C++
9 lines
65 B
C++
#include "scene.h"
|
|
|
|
Scene::Scene() {
|
|
|
|
}
|
|
|
|
Scene::~Scene() {
|
|
|
|
} |