summaryrefslogtreecommitdiff
path: root/PeasantSpr.i
diff options
context:
space:
mode:
Diffstat (limited to 'PeasantSpr.i')
-rw-r--r--PeasantSpr.i5
1 files changed, 5 insertions, 0 deletions
diff --git a/PeasantSpr.i b/PeasantSpr.i
index 7e78764..22399d5 100644
--- a/PeasantSpr.i
+++ b/PeasantSpr.i
@@ -1,3 +1,6 @@
+#ifndef PEASANT_SPR_I__
+#define PEASANT_SPR_I__
+
// Default direction: Down
@@ -28,3 +31,5 @@ const uint8_t PROGMEM Peasant_SprData[] =
0x00,
};
+
+#endif // PEASANT_SPR_I__