mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00

2005-04-28 Sven Neumann <sven@gimp.org> * tools/Makefile.am * tools/units.[ch]: added a very basic GimpUnit implementation. * tools/shooter.c * tools/widgets.c: initialize the units and enable GimpUnitMenu.
8 lines
94 B
C
8 lines
94 B
C
#ifndef __UNITS_H__
|
|
#define __UNITS_H__
|
|
|
|
|
|
void units_init (void);
|
|
|
|
|
|
#endif /* __UNITS_H__ */
|