#ifndef __WINDOW_H #define __WINDOW_H #include void create_main_window(); void get_curr_win_size(gint *width, gint *height); void scroll_window(gdouble x, gdouble y); void set_window_title(const char *title, int width, int height); void quit(); void toggle_fullscreen(); void toggle_infopanel(); #endif