gimp/plug-ins/gimpressionist/orientmap.h

8 lines
182 B
C

#ifndef __ORIENTMAP_H
#define __ORIENTMAP_H
void create_orientmap_dialog (GtkWidget *parent);
void update_orientmap_dialog (void);
void orientation_map_free_resources(void);
#endif