aboutsummaryrefslogtreecommitdiff
path: root/src/llr/light_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/llr/light_impl.h')
-rw-r--r--src/llr/light_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/llr/light_impl.h b/src/llr/light_impl.h
index 32203c4..5ec8145 100644
--- a/src/llr/light_impl.h
+++ b/src/llr/light_impl.h
@@ -1,8 +1,8 @@
1#pragma once 1#pragma once
2 2
3#include <../../include/gfx/llr/light.h> 3#include <gfx/llr/light.h>
4 4
5#include "../scene/types.h" 5#include "scene/types.h"
6 6
7typedef struct Texture Texture; 7typedef struct Texture Texture;
8 8