enlightenment/src/bin/e_pointer.h

8 lines
158 B
C

#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