Files Classes Functions Hierarchy
00001 #ifndef CUBEPERMANENT_H 00002 #define CUBEPERMANENT_H 00003 00004 #include <cube.h> 00005 00010 class cubepermanent 00011 { 00012 cube & cb; 00013 public: 00014 00016 cubepermanent(cube & cb_); 00017 00019 void load(); 00020 00022 void save() const; 00023 }; 00024 00025 00026 #endif 00027 00028
1.5.8