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:
parent
e1f05955e9
commit
60ae294e77
|
@ -1,5 +1,5 @@
|
||||||
#ifndef VBAM_INPUTSDL_FILTERS_H
|
#ifndef VBAM_SDL_INPUT_H
|
||||||
#define VBAM_INPUTSDL_FILTERS_H
|
#define VBAM_SDL_INPUT_H
|
||||||
|
|
||||||
#include "../System.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 sdlUpdateJoyAxis(int which, int axis, int value);
|
||||||
void sdlCheckKeys();
|
void sdlCheckKeys();
|
||||||
|
|
||||||
#endif // VBAM_INPUTSDL_FILTERS_H
|
#endif // VBAM_SDL_INPUT_H
|
Loading…
Reference in New Issue