mirror of https://github.com/GNOME/gimp.git
7 lines
112 B
C
7 lines
112 B
C
|
#ifndef __GIMPLUT_F_H__
|
||
|
#define __GIMPLUT_F_H__
|
||
|
|
||
|
typedef struct _GimpLut GimpLut;
|
||
|
|
||
|
#endif /* __GIMPLUT_F_H__ */
|