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