aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/font.h')
-rw-r--r--engines/agi/font.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/agi/font.h b/engines/agi/font.h
index 39ba98e29f..b876e6eea3 100644
--- a/engines/agi/font.h
+++ b/engines/agi/font.h
@@ -22,6 +22,9 @@
*
*/
+#ifndef AGI_FONT_H
+#define AGI_FONT_H
+
#include "common/stdafx.h"
#include "agi/agi.h"
@@ -291,3 +294,5 @@ static const uint8 curFont[] = {
};
} // End of namespace Agi
+
+#endif /* AGI_FONT_H */