diff options
Diffstat (limited to 'src/scene/scene_graph.h')
-rw-r--r-- | src/scene/scene_graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scene/scene_graph.h b/src/scene/scene_graph.h index 0b1f7d0..e7135a4 100644 --- a/src/scene/scene_graph.h +++ b/src/scene/scene_graph.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /// Functions for list manipulation. | 1 | /// Functions for list manipulation. |
2 | #pragma once | 2 | #pragma once |
3 | 3 | ||
4 | #include "scene_memory.h" | 4 | #include "memory.h" |
5 | 5 | ||
6 | // NOTE: SceneMemory guarantees that index 0 can be regarded as an invalid | 6 | // NOTE: SceneMemory guarantees that index 0 can be regarded as an invalid |
7 | // index. | 7 | // index. |