22057a966ebe3e801916a5bc2a23cc9f7b0c616d
[lttv.git] / ltt / branches / poly / include / lttv / common.h
1 #ifndef COMMON_H
2 #define COMMON_H
3
4 #include <stdio.h>
5 #include <ltt/ltt.h>
6 #include <gtk/gtk.h>
7
8 typedef struct _mainWindow mainWindow;
9 //typedef struct _systemView systemView;
10 typedef struct _tab tab;
11
12 /* constructor of the viewer */
13 typedef GtkWidget * (*lttv_constructor)(mainWindow * main_window);
14 typedef lttv_constructor view_constructor;
15
16
17 #endif // COMMON_H
This page took 0.028595 seconds and 4 git commands to generate.