summaryrefslogtreecommitdiffstats
path: root/window.h
blob: 4d99224913721665e22c305f0507858aa68445ef (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef WINDOW_H_
#define WINDOW_H_

#include <gtk/gtk.h>


GtkWidget* createMainWindow();
void zoomIn();
void zoomOut();

#endif /*WINDOW_H_*/