趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
sdl_utils.h
Go to the documentation of this file.
1 #ifndef HRK_SDL_UTILS_H
2 #define HRK_SDL_UTILS_H
3 
9 #include <SDL.h>
10 
11 
12 namespace hrk
13 {
15  extern void set_sdl_rect(SDL_Rect* rect,
16  int x, int y, int w = 0, int h = 0);
17 }
18 
19 #endif