mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-02-20 15:14:26 +01:00
9 lines
61 B
C++
9 lines
61 B
C++
|
#include "scene.h"
|
||
|
|
||
|
Scene::Scene() {
|
||
|
|
||
|
}
|
||
|
|
||
|
Scene::~Scene() {
|
||
|
|
||
|
}
|