gimp/plug-ins/gimpressionist/brush.h
Shlomi Fish cfefd51586 Various Gimpressionist Cleanups. Made most remaining non-static global
variables static, and created functions that manipulate them. Created
new headers. Renamed some variables and functions to make their names
more menanigful.
2004-07-08 15:55:14 +00:00

13 lines
238 B
C

#ifndef __BRUSH_H
#define __BRUSH_H
#include "ppmtool.h"
void brush_store(void);
void brush_restore(void);
void brush_free(void);
void create_brushpage(GtkNotebook *);
void brush_get_selected (ppm_t *p);
#endif /* #ifndef __BRUSH_H */