Implemented basic conceptual structure

This commit is contained in:
2024-09-04 14:08:50 +10:00
parent 1211140f82
commit 581e6d6277
7 changed files with 100 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef _SCENE_H
#define _SCENE_H
class Scene
{
};
#endif