gimp/app/composite/gimp-composite-3dnow.h

13 lines
361 B
C

#ifndef gimp_composite_3dnow_h
#define gimp_composite_3dnow_h
extern gboolean gimp_composite_3dnow_init (void);
/*
* The function gimp_composite_*_install() is defined in the code generated by make-install.py
* I hate to create a .h file just for that declaration, so I do it here (for now).
*/
extern gboolean gimp_composite_3dnow_install (void);
#endif