From cf1e3ef75bf3a1bdebd10a33ed203e20467cabe8 Mon Sep 17 00:00:00 2001 From: Eino Keskitalo Date: Fri, 15 Jan 2010 15:03:51 +0200 Subject: Add an include guard. (felirx) Signed-off-by: Eino Keskitalo --- crawl-ref/source/cmd-keys.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crawl-ref') diff --git a/crawl-ref/source/cmd-keys.h b/crawl-ref/source/cmd-keys.h index 2d97de7bcf..c6d25b1820 100644 --- a/crawl-ref/source/cmd-keys.h +++ b/crawl-ref/source/cmd-keys.h @@ -1,3 +1,6 @@ +#ifndef CMD_KEYS_H +#define CMD_KEYS_H + #ifdef USE_TILE {'-', CMD_EDIT_PLAYER_TILE}, {'_', CMD_TOGGLE_SPELL_DISPLAY}, @@ -348,3 +351,5 @@ #endif {'\0', CMD_NO_CMD} + +#endif // CMD_KEY_H -- cgit v1.2.3-54-g00ecf