Subversion Repositories Games.Rick Dangerous

Rev

Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 11
Line 9... Line 9...
9
 * terms of this license.
9
 * terms of this license.
10
 *
10
 *
11
 * You must not remove this notice, or any other, from this software.
11
 * You must not remove this notice, or any other, from this software.
12
 */
12
 */
13
 
13
 
14
#include <SDL.h>
14
#include <SDL2/SDL.h>
15
 
15
 
16
#include "system.h"
16
#include "system.h"
17
 
17
 
18
static SDL_Joystick *j = NULL;
18
static SDL_Joystick *j = NULL;
19
 
19