summary refs log tree commit diff
path: root/src/incbin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/incbin.h')
-rw-r--r--src/incbin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/incbin.h b/src/incbin.h
index 72c149b..d768006 100644
--- a/src/incbin.h
+++ b/src/incbin.h
@@ -1,3 +1,5 @@
+#pragma once
+
 #if defined(__APPLE__)
 extern char const game_icon[], game_icon_end[];
 #else