2000-06-12 11:27:15 +00:00
|
|
|
/** Header file generated with fdesign on Mon Jun 12 06:32:31 2000.**/
|
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_ */
|