aboutsummaryrefslogtreecommitdiff
path: root/src/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.h')
-rw-r--r--src/memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memory.h b/src/memory.h
index 624216d..bfbee66 100644
--- a/src/memory.h
+++ b/src/memory.h
@@ -1,7 +1,7 @@
1/// Memory management of scene objects. 1/// Memory management of scene objects.
2#pragma once 2#pragma once
3 3
4#include "scene/types.h" 4#include "types.h"
5 5
6typedef struct Camera Camera; 6typedef struct Camera Camera;
7 7