mirror of https://github.com/GNOME/gimp.git
7 lines
108 B
C
7 lines
108 B
C
|
#ifndef __GIMPDRAWABLEF_H__
|
||
|
#define __GIMPDRAWABLEF_H__
|
||
|
|
||
|
typedef struct _GimpDrawable GimpDrawable;
|
||
|
|
||
|
#endif
|