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