comparison src/video/win32/SDL_win32keyboard.h @ 1725:98a3207ddde8 SDL-1.3

Implemented Win32 video mode support
author Sam Lantinga <slouken@libsdl.org>
date Fri, 07 Jul 2006 08:05:39 +0000
parents 6c63fc2bd986
children
comparison
equal deleted inserted replaced
1724:6c63fc2bd986 1725:98a3207ddde8
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #ifndef _SDL_win32keyboard_h 24 #ifndef _SDL_win32keyboard_h
25 #define _SDL_win32keyboard_h 25 #define _SDL_win32keyboard_h
26 26
27 extern void WIN_AddKeyboard(_THIS); 27 extern void WIN_InitKeyboard(_THIS);
28 extern void WIN_DelKeyboard(_THIS); 28 extern void WIN_QuitKeyboard(_THIS);
29 29
30 #endif /* _SDL_win32keyboard_h */ 30 #endif /* _SDL_win32keyboard_h */
31 31
32 /* vi: set ts=4 sw=4 expandtab: */ 32 /* vi: set ts=4 sw=4 expandtab: */