mirror of https://github.com/GNOME/gimp.git
15 lines
310 B
C
15 lines
310 B
C
#ifndef __MAPOBJECT_UI_H__
|
|
#define __MAPOBJECT_UI_H__
|
|
|
|
/* Externally visible variables */
|
|
/* ============================ */
|
|
|
|
extern GtkWidget *previewarea;
|
|
|
|
/* Externally visible functions */
|
|
/* ============================ */
|
|
|
|
gboolean main_dialog (GimpDrawable *drawable);
|
|
|
|
#endif /* __MAPOBJECT_UI_H__ */
|