]> icculus.org git repositories - btb/d2x.git/blob - arch/sdl/joydefs.c
Finished moving stuff to arch/blah. I know, it's ugly, but It'll be easier to sync...
[btb/d2x.git] / arch / sdl / joydefs.c
1 /*
2  * $Source: /cvs/cvsroot/d2x/arch/sdl/joydefs.c,v $
3  * $Revision: 1.1 $
4  * $Author: bradleyb $
5  * $Date: 2001-10-24 09:25:05 $
6  *
7  * SDL joystick support
8  *
9  * $Log: not supported by cvs2svn $
10  * Revision 1.1  2001/10/10 03:01:29  bradleyb
11  * Replacing win32 joystick (broken) with SDL joystick (stubs)
12  *
13  *
14  */
15
16 #ifdef HAVE_CONFIG_H
17 #include <conf.h>
18 #endif
19
20 #include "joydefs.h"
21
22 int joydefs_calibrate_flag = 0;
23
24 void
25 joydefs_calibrate()
26 {
27   return;
28 }
29
30 void
31 joydefs_config()
32 {
33   return;
34 }