00001
00002
00003
00004
00005 #ifndef __OMISCREP_H
00006 #define __OMISCREP_H
00007
00008
00009
00012
00013 public:
00014 MiscReport();
00015 ~MiscReport();
00016 void award_init();
00017 void award_deinit();
00018
00019 void award_report(int);
00020 int award_detect();
00021 int award_detect2();
00022
00023 int page_num;
00024 };
00025
00026 extern MiscReport misc_report;
00027
00028
00029 #endif