Bad copy/paste

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@671 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
bgk 2008-08-30 19:36:06 +00:00
parent e1f05955e9
commit 60ae294e77
1 changed files with 3 additions and 3 deletions

View File

@ -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
#endif // VBAM_SDL_INPUT_H