caplayerview.h

00001 #ifndef CAPLAYERVIEW_H
00002 #define CAPLAYERVIEW_H
00003 
00004 #include "caplayer.h"
00005 #include "cacolor.h"
00006 
00010 class CAPlayerView {
00011 public:
00012     CAPlayerView( CAPlayer* player );
00013     ~CAPlayerView();
00014 
00015     void display( int defaultPos );
00016     void renderButton();
00017 
00018 private:
00020 
00021     CAPlayer* player;
00023     CL_Surface* button;
00027     CAColor currentColor;
00028 };
00029 
00030 #endif

Generated on Tue Nov 28 06:48:28 2006 by  doxygen 1.5.0