2000-08-14 05:24:35 +00:00
|
|
|
/** Header file generated with fdesign **/
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
#ifndef FD_form_credits_h_
|
|
|
|
#define FD_form_credits_h_
|
|
|
|
|
|
|
|
/** Callbacks, globals and object handlers **/
|
1999-10-19 15:06:30 +00:00
|
|
|
extern "C" void CreditsOKCB(FL_OBJECT *, long);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
/**** Forms and Objects ****/
|
|
|
|
typedef struct {
|
|
|
|
FL_FORM *form_credits;
|
|
|
|
void *vdata;
|
|
|
|
char *cdata;
|
|
|
|
long ldata;
|
|
|
|
FL_OBJECT *browser_credits;
|
|
|
|
} FD_form_credits;
|
|
|
|
|
|
|
|
extern FD_form_credits * create_form_form_credits(void);
|
|
|
|
|
|
|
|
#endif /* FD_form_credits_h_ */
|