mirror of
https://github.com/Relintai/sfw.git
synced 2025-04-21 01:11:16 +02:00
8 lines
60 B
C++
8 lines
60 B
C++
#include "scene.h"
|
|
|
|
Scene::Scene() {
|
|
}
|
|
|
|
Scene::~Scene() {
|
|
}
|