00001 #ifndef CACREDITS_H
00002 #define CACREDITS_H
00003
00004 #include <ClanLib/core.h>
00005 #include <ClanLib/display.h>
00006 #include "cadialog.h"
00007 #include "castringlist.h"
00008
00012 class CACredits : public CADialog {
00013 public:
00014 CACredits();
00015 ~CACredits();
00016
00017 virtual void buildScreen();
00018 virtual void on_button_release( CL_InputDevice *device, const CL_Key &key );
00019
00020 private:
00022
00023
00024 float scrollPos;
00026 CAStringList text;
00027 };
00028
00029 #endif