new ui stuff

This commit is contained in:
2026-02-08 00:19:25 +01:00
parent e71ba138c0
commit fceac125c5
16 changed files with 687 additions and 503 deletions

8
src/world/world.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef WORLD_H
#define WORLD_H
#include "scene.h"
#include "camera.h"
#endif