summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-06-29 14:57:44 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-06-29 14:57:44 +0000
commit0dcc4a6fb95b4d567425ebeaabc9b6abfa0c754d (patch)
tree5971dba801244ce1b87fe956640934a705ee8160
parenta4baacd3ec925c7f02f45439627884d70cfc1def (diff)
downloadrockbox-0dcc4a6fb95b4d567425ebeaabc9b6abfa0c754d.tar.gz
rockbox-0dcc4a6fb95b4d567425ebeaabc9b6abfa0c754d.zip
Added multiple inclusion protection
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3767 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/font.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h
index b45fccbbde..f2f83e54c8 100644
--- a/firmware/export/font.h
+++ b/firmware/export/font.h
@@ -16,6 +16,9 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#ifndef _FONT_H
20#define _FONT_H
21
19/* 22/*
20 * Incore font and image definitions 23 * Incore font and image definitions
21 */ 24 */
@@ -111,6 +114,7 @@ void font_reset(void);
111 114
112#endif 115#endif
113 116
117#endif
114/* ----------------------------------------------------------------- 118/* -----------------------------------------------------------------
115 * vim: et sw=4 ts=8 sts=4 tw=78 119 * vim: et sw=4 ts=8 sts=4 tw=78
116 */ 120 */