#ifndef WINDOW_H_ #define WINDOW_H_ #include GtkWidget* createMainWindow(); void zoomIn(); void zoomOut(); #endif /*WINDOW_H_*/