00001
00002
00003
00004
00005 #ifndef __OFINSCOR_H
00006 #define __OFINSCOR_H
00007
00008
00009
00011
00012 public:
00013 FinalScoreReport();
00014 ~FinalScoreReport();
00015 void init();
00016 void deinit();
00017 void final_score_report(int);
00018 int final_score_detect();
00019 };
00020
00021 extern FinalScoreReport final_score;
00022
00023
00024 #endif