aboutsummaryrefslogtreecommitdiff
path: root/frontend/nopic.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/nopic.h')
-rw-r--r--frontend/nopic.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend/nopic.h b/frontend/nopic.h
index d664f80..1815983 100644
--- a/frontend/nopic.h
+++ b/frontend/nopic.h
@@ -1,3 +1,6 @@
+#ifndef __NOPIC_H__
+#define __NOPIC_H__
+
/* these are just deps, to be removed */
static const struct {
@@ -54,4 +57,4 @@ void DrawNumBorPic(unsigned char *pMem, int lSelectedSlot)
}
}
-
+#endif /* __NOPIC_H__ */