#include #include "window_struct.h" int CreateWindow(struct window *window_t, int x, int y, int depth, char *title); void DestroyWindow(struct window *window_t); void InitColors(struct window * window_t); int KeyWindow(void);