blob: 74a4cb092ed999fecb49f49a7ff7ed6e5eb3e5e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/**
* @defgroup Elm_Route Route
* @ingroup Elementary
*
* @image html route_inheritance_tree.png
* @image latex route_inheritance_tree.eps
*
* For displaying a route on the map widget.
*
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elm_route_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_route_legacy.h"
#endif
/**
* @}
*/
|