blob: b79f2ab870032ba341168e80695d298d0dae97c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* This include has been added to support Eo in Eio */
#include <Eo.h>
#ifdef __cplusplus
extern "C" {
#endif
#include "efl_io_manager.eo.h"
#include "eio_sentry.eo.h"
#include "eio_model.eo.h"
#ifdef __cplusplus
}
#endif
|