summaryrefslogtreecommitdiff
path: root/src/skybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/skybox.c')
-rw-r--r--src/skybox.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/skybox.c b/src/skybox.c
index e69de29..12ccc37 100644
--- a/src/skybox.c
+++ b/src/skybox.c
@@ -0,0 +1,5 @@
+#include <celeritas.h>
+
+struct skybox_storage {
+ pipeline_handle skybox_pipeline;
+}; \ No newline at end of file