summaryrefslogtreecommitdiffstats
path: root/sdl/window.h
blob: 84969f86840337e3b218fd6f90d6418b9a6de2c7 (plain)
1
2
3
4
5
6
7
8
#ifndef _WINDOW_H_
#define _WINDOW_H_

/* function prototypes */
void window_resize(int, int);

#endif