00001
00002
00003
00004
00005 #ifndef __OHELP_IF_H
00006 #define __OHELP_IF_H
00007
00008 #include<OTxtList.h>
00009
00010
00011
00014
00015 public:
00016 TxtList help_textlist;
00017 HelpIf();
00018 ~HelpIf();
00019 void init();
00020 void deinit();
00021 void help_topic_report(int);
00022 void help_desc_report(int);
00023 int help_topic_detect();
00024 int help_desc_detect();
00025 };
00026
00027 extern HelpIf help_if;
00028
00029
00030 #endif