mirror of
https://github.com/Relintai/sfw.git
synced 2025-03-25 07:46:35 +01:00
8 lines
60 B
C++
8 lines
60 B
C++
#include "scene.h"
|
|
|
|
Scene::Scene() {
|
|
}
|
|
|
|
Scene::~Scene() {
|
|
}
|