Subversion Repositories Kolibri OS

Rev

Rev 8557 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8557 Rev 8655
Line 1... Line 1...
1
/// JOYSTICK STUB FOR Wolfenstein 3D port to KolibriOS
1
/// JOYSTICK STUB FOR Wolfenstein 3D port to KolibriOS
2
/// Ported by maxcodehack
2
/// Ported by maxcodehack and turbocat2001
Line 3... Line 3...
3
 
3
 
4
/* Set up for C function definitions, even when using C++ */
4
/* Set up for C function definitions, even when using C++ */
5
#ifdef __cplusplus
5
#ifdef __cplusplus
6
extern "C" {
6
extern "C" {
Line 145... Line 145...
145
/**
145
/**
146
 * Close a joystick previously opened with SDL_JoystickOpen()
146
 * Close a joystick previously opened with SDL_JoystickOpen()
147
 */
147
 */
148
  void    SDL_JoystickClose(SDL_Joystick *joystick){};
148
  void    SDL_JoystickClose(SDL_Joystick *joystick){};
Line 149... Line -...
149
 
-
 
150
 
-
 
151
bool mkdir(const char* dir){};
-
 
152
 
149
 
153
/* Ends C function definitions when using C++ */
150
/* Ends C function definitions when using C++ */
154
#ifdef __cplusplus
151
#ifdef __cplusplus
155
}
152
}