summaryrefslogtreecommitdiff
path: root/src/lib/evas/Evas.hh
blob: ac9b6509ed3cdff37c13ed015b1bd5ef5937028a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef EVAS_HH
#define EVAS_HH

#if defined(_EVAS_H)
#error "Do not include Evas C API headers before including Evas.hh"
#endif

#ifndef EFL_BETA_API_SUPPORT
#define EFL_BETA_API_SUPPORT
#endif

#include <Efl.hh>

extern "C" {
#include "Evas.h"
}

#include "Evas.eo.hh"

#endif