git-svn-id: http://ltt.polymtl.ca/svn@204 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / lttv / modules / gui / API / common.h
CommitLineData
561f5852 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/* constructor of the viewer */
9typedef GtkWidget * (*lttv_constructor)(void * main_window);
10
11
12
13
14#endif // COMMON_H
This page took 0.02256 seconds and 4 git commands to generate.