]> icculus.org git repositories - btb/d2x.git/blob - input/sdl_joydefs.c
This commit was manufactured by cvs2svn to create tag 'd2x-0_1_1'.
[btb/d2x.git] / input / sdl_joydefs.c
1 /*
2  * $Source: /cvs/cvsroot/d2x/input/sdl_joydefs.c,v $
3  * $Revision: 1.1 $
4  * $Author: bradleyb $
5  * $Date: 2001-10-10 03:01:29 $
6  *
7  * SDL joystick support
8  *
9  * $Log: not supported by cvs2svn $
10  *
11  */
12
13 #ifdef HAVE_CONFIG_H
14 #include <conf.h>
15 #endif
16
17 #include "joydefs.h"
18
19 int joydefs_calibrate_flag = 0;
20
21 void
22 joydefs_calibrate()
23 {
24   return;
25 }
26
27 void
28 joydefs_config()
29 {
30   return;
31 }