mirror of https://github.com/GNOME/gimp.git
7 lines
140 B
C
7 lines
140 B
C
|
#ifndef __GIMPBRUSHLISTF_H__
|
||
|
#define __GIMPBRUSHLISTF_H__
|
||
|
|
||
|
typedef struct _GimpBrushList GimpBrushList;
|
||
|
|
||
|
#endif /* __GIMPBRUSHLISTF_H__ */
|