Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.2 KB

SDL_cacaevents_c.h

File metadata and controls

35 lines (27 loc) · 1.2 KB
 
Oct 10, 2009
Oct 10, 2009
1
2
/*
SDL - Simple DirectMedia Layer
Dec 31, 2011
Dec 31, 2011
3
Copyright (C) 1997-2012 Sam Lantinga
Oct 10, 2009
Oct 10, 2009
4
5
This library is free software; you can redistribute it and/or
Dec 31, 2011
Dec 31, 2011
6
modify it under the terms of the GNU Lesser General Public
Oct 10, 2009
Oct 10, 2009
7
License as published by the Free Software Foundation; either
Dec 31, 2011
Dec 31, 2011
8
version 2.1 of the License, or (at your option) any later version.
Oct 10, 2009
Oct 10, 2009
9
10
11
12
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Dec 31, 2011
Dec 31, 2011
13
Lesser General Public License for more details.
Oct 10, 2009
Oct 10, 2009
14
Dec 31, 2011
Dec 31, 2011
15
16
17
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Oct 10, 2009
Oct 10, 2009
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Sam Lantinga
slouken@libsdl.org
*/
#ifdef SAVE_RCSID
static char rcsid =
"@(#) $Id: libsdl-1.2.11-libcaca.patch,v 1.1 2006/09/18 16:06:06 mr_bones_ Exp $";
#endif
#include "SDL_cacavideo.h"
/* Variables and functions exported by SDL_sysevents.c to other parts.
of the native video subsystem (SDL_sysvideo.c)
*/
extern void Caca_PumpEvents(_THIS);
extern void Caca_InitOSKeymap(_THIS);