mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-05 02:09:37 +00:00
9 lines
94 B
C
9 lines
94 B
C
![]() |
#ifndef __UNITS_H__
|
||
|
#define __UNITS_H__
|
||
|
|
||
|
|
||
|
void units_init (void);
|
||
|
|
||
|
|
||
|
#endif /* __UNITS_H__ */
|