aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-07-09 19:47:06 -0700
committer3gg <3gg@shellblade.net>2025-07-09 19:47:06 -0700
commitd792371d975e2a4c61d54506129679737c5fc343 (patch)
tree17953b2efed65b13297f2aad450c8a766a4a3c93
parent9fa21837ae7b54b62ea09939473aa987f07eaf90 (diff)
Address TODO
-rw-r--r--include/gfx/scene.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/gfx/scene.h b/include/gfx/scene.h
index 37a7e0b..e9a6a89 100644
--- a/include/gfx/scene.h
+++ b/include/gfx/scene.h
@@ -1,9 +1,5 @@
1#pragma once 1#pragma once
2 2
3// TODO: Remove references to gfx/llr once the transition is complete.
4#include <gfx/llr/light.h>
5#include <gfx/llr/material.h>
6#include <gfx/llr/mesh.h>
7#include <gfx/scene/animation.h> 3#include <gfx/scene/animation.h>
8#include <gfx/scene/camera.h> 4#include <gfx/scene/camera.h>
9#include <gfx/scene/model.h> 5#include <gfx/scene/model.h>