00001 #ifndef TYPING_PRACTICE_H 00002 #define TYPING_PRACTICE_H 00003 00004 /* 00005 下の句タイピング 00006 Satofumi KAMIMURA 00007 $Id$ 00008 */ 00009 00010 #include "resourceInitialize.h" 00011 00012 00013 class TypingPractice : public ResourceInitialize { 00014 public: 00015 TypingPractice(void); 00016 ~TypingPractice(void); 00017 int Initialize(int argc, char *argv[]); 00018 int MainLoop(void); 00019 }; 00020 00021 #endif