#ifndef _WINDOW_H_ #define _WINDOW_H_ /* function prototypes */ void window_resize(int, int); #endif