summaryrefslogtreecommitdiff
path: root/src/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.h')
-rw-r--r--src/editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/editor.h b/src/editor.h
index 0d7450e..ddd030f 100644
--- a/src/editor.h
+++ b/src/editor.h
@@ -1,3 +1,5 @@
+#ifndef __EDITOR_H__
+#define __EDITOR_H__
#include <raylib.h>
#include "level.h"
@@ -11,3 +13,4 @@ typedef struct {
} Editor;
void SE_DrawEditor(Editor *editor, Camera2D *camera);
+#endif