趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
Sdl_joystick_initializer.h
Go to the documentation of this file.
1 #ifndef HRK_SDL_JOYSTICK_INIT_H
2 #define HRK_SDL_JOYSTICK_INIT_H
3 
10 namespace hrk
11 {
14  {
15  public:
17 
18  private:
20  Sdl_joystick_initializer& operator =
21  (const Sdl_joystick_initializer& rhs);
22  };
23 }
24 
25 #endif /* !HRK_SDL_JOYSTICK_INIT_H */
Joystick の初期化
Definition: Sdl_joystick_initializer.h:13