aboutsummaryrefslogtreecommitdiffstats
path: root/dome_key_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'dome_key_map.h')
-rw-r--r--dome_key_map.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dome_key_map.h b/dome_key_map.h
index 6233be7..cc6303b 100644
--- a/dome_key_map.h
+++ b/dome_key_map.h
@@ -1,5 +1,8 @@
/* Test */
+#ifndef DOME_KEY_MAP_H
+#define DOME_KEY_MAP_H
+
/* Generated with cbindgen:0.6.6 */
#include <stdint.h>
@@ -59,3 +62,5 @@ void state_free(State *ptr);
void state_load_map_group(State *ptr);
State *state_new(void);
+
+#endif /* DOME_KEY_MAP_H */