mirror of https://github.com/GNOME/gimp.git
9 lines
115 B
C
9 lines
115 B
C
|
#ifndef __TIPS_DIALOG_H__
|
||
|
#define __TIPS_DIALOG_H__
|
||
|
|
||
|
|
||
|
void tips_dialog_create ();
|
||
|
|
||
|
|
||
|
#endif /* __TIPS_DIALOG_H__ */
|