rage/src/bin/dnd.h

7 lines
96 B
C

#ifndef _DND_H__
#define _DND_H__ 1
void dnd_init(Evas_Object *win, Evas_Object *tgt);
#endif