diff options
Diffstat (limited to 'src/lib/elm_nstate.h')
-rw-r--r-- | src/lib/elm_nstate.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/elm_nstate.h b/src/lib/elm_nstate.h new file mode 100644 index 000000000..4e35212e3 --- /dev/null +++ b/src/lib/elm_nstate.h @@ -0,0 +1,7 @@ +#ifdef EFL_EO_API_SUPPORT +#include "elm_nstate_eo.h" +#endif +#ifndef EFL_NOLEGACY_API_SUPPORT +#include "elm_nstate_legacy.h" +#endif + |