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:
Sven Neumann
2005-04-28 14:22:25 +00:00
committed by Sven Neumann
parent 998ea546cd
commit dde381c190
6 changed files with 126 additions and 9 deletions

8
devel-docs/tools/units.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef __UNITS_H__
#define __UNITS_H__
void units_init (void);
#endif /* __UNITS_H__ */