gimp/app/gimpobjectF.h
Lauri Alanko 3897b71b72 Started doing a GtkObjectifying framework, and started cleaning images
from all sorts of ugly dependencies.
1998-06-28 10:39:58 +00:00

7 lines
104 B
C

#ifndef __GIMP_OBJECT_F_H__
#define __GIMP_OBJECT_F_H__
typedef struct _GimpObject GimpObject;
#endif