00001 #ifndef HEADER_SOLVERDRAWER_H 00002 #define HEADER_SOLVERDRAWER_H 00003 00004 class LevelStatus; 00005 00006 #include "VBox.h" 00007 00008 /** 00009 * Draws the best solver. 00010 */ 00011 class SolverDrawer : public VBox { 00012 public: 00013 SolverDrawer(LevelStatus *status); 00014 }; 00015 00016 #endif