Fix header guard

svn-id: r47181
This commit is contained in:
Max Horn 2010-01-08 22:07:56 +00:00
parent 0cf53b025d
commit 490153232a

View File

@ -23,8 +23,8 @@
*
*/
#ifndef COMMON_TYPES_H
#define COMMON_TYPES_H
#ifndef KEYMAPPER_TYPES_H
#define KEYMAPPER_TYPES_H
#include "common/scummsys.h"
@ -74,4 +74,4 @@ enum ActionType {
#endif // #ifdef ENABLE_KEYMAPPER
#endif // #ifndef COMMON_TYPES_H
#endif // #ifndef KEYMAPPER_TYPES_H