aboutsummaryrefslogtreecommitdiffstats
path: root/gg_elife/src/elife_evas_smart.h
blob: b5a5b8571bda71988668cd20d5646374a412778a (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef ELIFE_SMART_H
#define ELIFE_SMART_H
#include <Evas.h>

Evas_Object *elife_smart_new(Evas *e);

#endif