/****************************************************************************************/
/*                                                                                      */
/*              load_help.h                                                             */
/*                                                                                      */
/****************************************************************************************/

#ifndef _LOAD_HELP_H_
#define _LOAD_HELP_H_





#include "help.h"


/********************************************************************************************/
/*                                                                                          */
/*      Fonctions pour les fichiers d'help                                                  */
/*                                                                                          */
/********************************************************************************************/

#define HELPTABPKGSIZE 1

char * HelpTabPkgName [ HELPTABPKGSIZE ] = {
    "_OPENhelp",
} ;

char * HelpTabPkgType [ HELPTABPKGSIZE ] = {
    "fun [ObjWin P] ObjHelp",
};

int HelpTabPkgArg [ HELPTABPKGSIZE ] = {
    2,
} ;

int (* HelpPkgFun [HELPTABPKGSIZE ]) (mmachine m) = {
    GROpenHelp,
} ;


#endif
