2014-11-22 12:32:56 +00:00
|
|
|
#ifndef gtkbits_h_
|
|
|
|
#define gtkbits_h_
|
2006-04-13 20:47:06 +00:00
|
|
|
|
2014-11-26 04:39:23 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2009-01-09 09:29:17 +00:00
|
|
|
extern void gtkbuild_init(int32_t *argc, char ***argv);
|
|
|
|
extern void gtkbuild_exit(int32_t r);
|
2014-11-28 08:30:31 +00:00
|
|
|
extern int32_t gtkbuild_msgbox(const char *name, const char *msg);
|
|
|
|
extern int32_t gtkbuild_ynbox(const char *name, const char *msg);
|
2006-04-13 20:47:06 +00:00
|
|
|
|
2014-11-26 04:39:23 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2006-04-13 20:47:06 +00:00
|
|
|
#endif
|