mirror of
https://github.com/Relintai/programming_tutorials.git
synced 2025-04-21 21:51:22 +02:00
9 lines
65 B
C++
9 lines
65 B
C++
#include "scene.h"
|
|
|
|
Scene::Scene() {
|
|
|
|
}
|
|
|
|
Scene::~Scene() {
|
|
|
|
} |