8 lines
91 B
C
8 lines
91 B
C
|
|
#ifndef SDL_KEYMAP_H
|
|
#define SDL_KEYMAP_H
|
|
|
|
extern char * sdl_keymap[SDLK_LAST+1];
|
|
|
|
#endif
|