enlightenment/src/bin/e_pointer.h

14 lines
249 B
C

/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#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