tools/Makefile.am added a very basic GimpUnit implementation.
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.
This commit is contained in:

committed by
Sven Neumann

parent
998ea546cd
commit
dde381c190
8
devel-docs/tools/units.h
Normal file
8
devel-docs/tools/units.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef __UNITS_H__
|
||||
#define __UNITS_H__
|
||||
|
||||
|
||||
void units_init (void);
|
||||
|
||||
|
||||
#endif /* __UNITS_H__ */
|
Reference in New Issue
Block a user