diff options
Diffstat (limited to 'src/enums/input')
-rw-r--r-- | src/enums/input/inputaction.h | 2 | ||||
-rw-r--r-- | src/enums/input/inputtype.h | 4 | ||||
-rw-r--r-- | src/enums/input/keyvalue.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/enums/input/inputaction.h b/src/enums/input/inputaction.h index 4f2f12e9c..bbedbec36 100644 --- a/src/enums/input/inputaction.h +++ b/src/enums/input/inputaction.h @@ -28,7 +28,7 @@ #ifdef WIN32 #undef ERROR #undef IGNORE -#endif +#endif // WIN32 /** * All the key functions. diff --git a/src/enums/input/inputtype.h b/src/enums/input/inputtype.h index 1e0f6b9ff..2d324df40 100644 --- a/src/enums/input/inputtype.h +++ b/src/enums/input/inputtype.h @@ -26,10 +26,10 @@ // hack to avoid conflicts with windows headers. #ifdef KEYBOARD #undef KEYBOARD -#endif +#endif // KEYBOARD #ifdef MOUSE #undef MOUSE -#endif +#endif // MOUSE enumStart(InputType) { diff --git a/src/enums/input/keyvalue.h b/src/enums/input/keyvalue.h index b41bb8fca..12a8410e0 100644 --- a/src/enums/input/keyvalue.h +++ b/src/enums/input/keyvalue.h @@ -71,7 +71,7 @@ // that windows define with Guichan. #if defined (_WIN32) && defined(DELETE) #undef DELETE -#endif +#endif // defined (_WIN32) && defined(DELETE) namespace KeyValue { |