enlightenment/src/bin/e_pointer.h

11 lines
189 B
C

#ifdef E_TYPEDEFS
#else
#ifndef E_POINTER_H
#define E_POINTER_H
EAPI void e_pointer_container_set(E_Container *con);
EAPI void e_pointer_ecore_evas_set(Ecore_Evas *ee);
#endif
#endif