drawCtrl.h

00001 #ifndef DRAW_CTRL_H
00002 #define DRAW_CTRL_H
00003 
00004 /*
00005   描画処理
00006   Satofumi KAMIMURA
00007   $Id$
00008 */
00009 
00010 #include "screenCtrl.h"
00011 #include "senarioCtrl.h"
00012 #include "userInput.h"
00013 
00014 
00018 class DrawCtrl : public ScreenCtrl {
00019  public:
00020   DrawCtrl(ScreenCtrl& screen);
00021   void setSenario(SenarioCtrl& senario);
00022   UserInput setUserInput(UserInput& userinput);
00023   void update(void);
00024 };
00025 
00026 #endif /* !DRAW_CTRL_H */
00027 

Generated on Mon Apr 13 22:52:01 2009 by  doxygen 1.5.7.1