00001 #ifndef edt_CoucheTileEditable_h 00002 #define edt_CoucheTileEditable_h 00003 00004 #include <bib/io/IInscriptible.hpp> 00005 #include <cce/CoucheTile.hpp> 00006 00007 using bib::io::IInscriptible; 00008 using cce::CoucheTile; 00009 00010 namespace edt { 00011 00012 class CoucheTileEditable : public CoucheTile, public IInscriptible { 00013 00014 public: 00020 CoucheTileEditable ( int largeur, int hauteur ); 00021 00022 CoucheTileEditable(); 00023 00024 void enregistrement(EnregistreurFichier& flux) const; 00025 }; 00026 00027 } /* End of namespace edt */ 00028 00029 #endif // edt_CoucheTileEditable_h