Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Corrected header file guard comments.
- Loading branch information
Showing
with
6 additions
and
6 deletions.
-
+3
−3
include/SDL_haptic.h
-
+3
−3
include/SDL_hints.h
|
@@ -104,8 +104,8 @@ |
|
|
* \endcode |
|
|
*/ |
|
|
|
|
|
#ifndef SDL_h_aptic_h |
|
|
#define SDL_h_aptic_h |
|
|
#ifndef SDL_haptic_h_ |
|
|
#define SDL_haptic_h_ |
|
|
|
|
|
#include "SDL_stdinc.h" |
|
|
#include "SDL_error.h" |
|
@@ -1218,6 +1218,6 @@ extern DECLSPEC int SDLCALL SDL_HapticRumbleStop(SDL_Haptic * haptic); |
|
|
#endif |
|
|
#include "close_code.h" |
|
|
|
|
|
#endif /* SDL_h_aptic_h */ |
|
|
#endif /* SDL_haptic_h_ */ |
|
|
|
|
|
/* vi: set ts=4 sw=4 expandtab: */ |
|
@@ -36,8 +36,8 @@ |
|
|
* to how they would like the library to work. |
|
|
*/ |
|
|
|
|
|
#ifndef SDL_h_ints_h |
|
|
#define SDL_h_ints_h |
|
|
#ifndef SDL_hints_h_ |
|
|
#define SDL_hints_h_ |
|
|
|
|
|
#include "SDL_stdinc.h" |
|
|
|
|
@@ -831,6 +831,6 @@ extern DECLSPEC void SDLCALL SDL_ClearHints(void); |
|
|
#endif |
|
|
#include "close_code.h" |
|
|
|
|
|
#endif /* SDL_h_ints_h */ |
|
|
#endif /* SDL_hints_h_ */ |
|
|
|
|
|
/* vi: set ts=4 sw=4 expandtab: */ |