extern Window window_create(); extern void window_resize(Window w, int width, int height); extern void window_move(Window w, int posx, int posy);