diff options
Diffstat (limited to 'sdl/window.h')
-rw-r--r-- | sdl/window.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sdl/window.h b/sdl/window.h new file mode 100644 index 0000000..84969f8 --- /dev/null +++ b/sdl/window.h @@ -0,0 +1,8 @@ +#ifndef _WINDOW_H_ +#define _WINDOW_H_ + +/* function prototypes */ +void window_resize(int, int); + +#endif + |