[Tuxracer-checkins] CVS: tuxracer/src game_type_select.c,1.8,1.9
Status: Beta
Brought to you by:
jfpatry
From: Jasmin P. <jf...@us...> - 2000-10-01 19:57:45
|
Update of /cvsroot/tuxracer/tuxracer/src In directory slayer.i.sourceforge.net:/tmp/cvs-serv8564 Modified Files: game_type_select.c Log Message: Include joystick.h for future joystick support. Index: game_type_select.c =================================================================== RCS file: /cvsroot/tuxracer/tuxracer/src/game_type_select.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** game_type_select.c 2000/10/01 18:00:02 1.8 --- game_type_select.c 2000/10/01 19:57:42 1.9 *************** *** 30,33 **** --- 30,34 ---- #include "multiplayer.h" #include "ui_snow.h" + #include "joystick.h" static button_t *enter_event_btn = NULL; |