From 60ae294e77d233a28d99f5a082eae3ce301b0bb6 Mon Sep 17 00:00:00 2001 From: bgk Date: Sat, 30 Aug 2008 19:36:06 +0000 Subject: [PATCH] Bad copy/paste git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@671 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/sdl/inputSDL.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sdl/inputSDL.h b/src/sdl/inputSDL.h index 8c449398..72c77c01 100644 --- a/src/sdl/inputSDL.h +++ b/src/sdl/inputSDL.h @@ -1,5 +1,5 @@ -#ifndef VBAM_INPUTSDL_FILTERS_H -#define VBAM_INPUTSDL_FILTERS_H +#ifndef VBAM_SDL_INPUT_H +#define VBAM_SDL_INPUT_H #include "../System.h" @@ -23,4 +23,4 @@ void sdlUpdateJoyHat(int which, int hat, int value); void sdlUpdateJoyAxis(int which, int axis, int value); void sdlCheckKeys(); -#endif // VBAM_INPUTSDL_FILTERS_H \ No newline at end of file +#endif // VBAM_SDL_INPUT_H \ No newline at end of file